File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' java'
3
- id ' io.quarkus' version ' 3.6.0 '
3
+ id ' io.quarkus' version ' 3.17.8 '
4
4
}
5
5
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']
8
7
9
8
group = ' bitxon.quarkus'
10
9
version = ' 1.0-SNAPSHOT'
11
10
12
11
java {
13
- sourceCompatibility = JavaVersion . VERSION_17
14
- targetCompatibility = JavaVersion . VERSION_17
12
+ toolchain {
13
+ languageVersion = JavaLanguageVersion . of(17 )
14
+ }
15
15
}
16
16
17
17
repositories {
@@ -23,9 +23,9 @@ dependencies {
23
23
annotationProcessor ' org.projectlombok:lombok:1.18.24'
24
24
annotationProcessor ' org.mapstruct:mapstruct-processor:1.5.3.Final'
25
25
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 " )
27
27
implementation ' io.quarkus:quarkus-arc'
28
- implementation ' io.quarkus:quarkus-resteasy -jackson'
28
+ implementation ' io.quarkus:quarkus-rest -jackson'
29
29
implementation ' io.quarkus:quarkus-rest-client-jackson'
30
30
implementation ' io.quarkus:quarkus-smallrye-health'
31
31
implementation ' io.quarkus:quarkus-hibernate-validator'
You can’t perform that action at this time.
0 commit comments