Skip to content

Commit d03835a

Browse files
committed
Rebuild "credhub-enabled-app.jar"
* required because of update to org.springframework.boot to 4.0.0: #1755
1 parent 76e32d1 commit d03835a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

assets/credhub-enabled-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ repositories {
1515
mavenCentral()
1616
}
1717

18-
19-
jar {
18+
tasks.named('bootJar') {
2019
archiveBaseName = 'credhub-enabled-app'
20+
archiveClassifier = ''
2121
destinationDirectory = file("$rootDir")
2222
}
-58 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)