Skip to content

Commit

Permalink
chore: bump com.github.lburgazzoli.karaf to 0.5.6 to fix deprecations (
Browse files Browse the repository at this point in the history
  • Loading branch information
vlsi committed Mar 6, 2023
1 parent bd56565 commit 7dd20dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions pgjdbc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ if (skipReplicationTests) {
}
}

tasks.jar {
// Workaround https://github.com/lburgazzoli/gradle-karaf-plugin/issues/87
extra.set("classifier", "")
extra.set("extension", "jar")
}

tasks.configureEach<Test> {
outputs.cacheIf("test results on the database configuration, so we can't cache it") {
false
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
id("biz.aQute.bnd.builder") version "6.4.0"
id("com.github.burrunan.s3-build-cache") version "1.5"
id("com.github.johnrengelman.shadow") version "7.1.2"
id("com.github.lburgazzoli.karaf") version "0.5.4"
id("com.github.lburgazzoli.karaf") version "0.5.6"
id("com.github.vlsi.crlf") version "1.86"
id("com.github.vlsi.gettext") version "1.86"
id("com.github.vlsi.gradle-extensions") version "1.86"
Expand Down

0 comments on commit 7dd20dd

Please sign in to comment.