Skip to content

Commit

Permalink
CI/java-spring: Modernize Gradle configuration
Browse files Browse the repository at this point in the history
Could not set unknown property 'baseName' for task ':jar' of type org.gradle.api.tasks.bundling.Jar.
  • Loading branch information
amotl committed Dec 4, 2023
1 parent 010969f commit 94d5160
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions java-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ version = '0.1.0-SNAPSHOT'
processResources.destinationDir = compileJava.destinationDir
compileJava.dependsOn processResources

jar {
baseName = 'java-spring-crate-jdbc-example'
version = version
}

repositories {
mavenCentral()
mavenLocal()
Expand Down

0 comments on commit 94d5160

Please sign in to comment.