Skip to content

Commit

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

bootJar.enabled=false
jar.enabled=true

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

0 comments on commit e122287

Please sign in to comment.