File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id ' io.quarkus' version ' 3.6.0 '
3+ id ' io.quarkus' version ' 3.17.8 '
44}
55
6- // Values: ['jar', 'uber-jar', 'native', 'native-sources']
7- ext. set(" quarkus.package.type" , " uber-jar" )
6+ ext. set(" quarkus.package.jar.type" , " uber-jar" ) // ['fast-jar', 'uber-jar', 'mutable-jar']
87
98group = ' bitxon.quarkus'
109version = ' 1.0-SNAPSHOT'
1110
1211java {
13- sourceCompatibility = JavaVersion . VERSION_17
14- targetCompatibility = JavaVersion . VERSION_17
12+ toolchain {
13+ languageVersion = JavaLanguageVersion . of(17 )
14+ }
1515}
1616
1717repositories {
@@ -23,9 +23,9 @@ dependencies {
2323 annotationProcessor ' org.projectlombok:lombok:1.18.24'
2424 annotationProcessor ' org.mapstruct:mapstruct-processor:1.5.3.Final'
2525 implementation project(" :common-api" )
26- implementation enforcedPlatform(" io.quarkus.platform:quarkus-bom:3.6.0 " )
26+ implementation enforcedPlatform(" io.quarkus.platform:quarkus-bom:3.17.8 " )
2727 implementation ' io.quarkus:quarkus-arc'
28- implementation ' io.quarkus:quarkus-resteasy -jackson'
28+ implementation ' io.quarkus:quarkus-rest -jackson'
2929 implementation ' io.quarkus:quarkus-rest-client-jackson'
3030 implementation ' io.quarkus:quarkus-smallrye-health'
3131 implementation ' io.quarkus:quarkus-hibernate-validator'
You can’t perform that action at this time.
0 commit comments