Skip to content

Commit

Permalink
chore: remove versiongMapping config
Browse files Browse the repository at this point in the history
  • Loading branch information
oereo committed Mar 19, 2023
1 parent 1e28e37 commit 11a0d92
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ publishing {
version = '1.0.0'
from components.java

versionMapping {
usage('java-api') {
fromResolutionOf('runtimeClasspath')
}
usage('java-runtime') {
fromResolutionResult()
}
}
// versionMapping {
// usage('java-api') {
// fromResolutionOf('runtimeClasspath')
// }
// usage('java-runtime') {
// fromResolutionResult()
// }
// }
artifact bootJar
}
}
Expand Down Expand Up @@ -66,10 +66,10 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}

bootJar {
jar.enabled = true
}
//
//bootJar {
// jar.enabled = true
//}

tasks.named('test') {
useJUnitPlatform()
Expand Down

0 comments on commit 11a0d92

Please sign in to comment.