Skip to content

Commit

Permalink
refactor: artifact bootJar to jar
Browse files Browse the repository at this point in the history
  • Loading branch information
oereo committed Mar 19, 2023
1 parent e122287 commit 458238b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ publishing {
fromResolutionResult()
}
}
artifact jar
}
}
}
Expand Down Expand Up @@ -66,9 +67,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

bootJar.enabled=false
jar.enabled=true

tasks.named('test') {
useJUnitPlatform()
}

0 comments on commit 458238b

Please sign in to comment.