Skip to content

Commit

Permalink
fix: building with Gradle 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Feb 25, 2024
1 parent 99ea5b0 commit 024cb1f
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,7 @@ project.ext.buildConfig = [
],
]
apply from: project.buildscript.classLoader.getResource('main.gradle').toURI()

tasks.withType(AbstractPublishToMaven) { publishTask ->
tasks.withType(Sign) { jarTask ->
logger.lifecycle("${publishTask} must run after ${jarTask}")
publishTask.mustRunAfter(jarTask)
}
}

dependencies {
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.1.0'
implementation 'se.bjurr.gitchangelog:git-changelog-lib:2.1.1'
}

0 comments on commit 024cb1f

Please sign in to comment.