@@ -7,29 +7,29 @@ plugins {
7
7
group = " org.openrewrite.recipe"
8
8
description = " Migrate to later Java versions. Automatically."
9
9
10
- val rewriteVersion = rewriteRecipe.rewriteVersion.get()
10
+ val rewriteVersion = " latest.release "
11
11
dependencies {
12
12
compileOnly(" org.projectlombok:lombok:latest.release" )
13
13
compileOnly(" org.codehaus.groovy:groovy:latest.release" )
14
14
15
15
annotationProcessor(" org.projectlombok:lombok:latest.release" )
16
16
testImplementation(" org.projectlombok:lombok:latest.release" )
17
17
18
- annotationProcessor(" org.openrewrite:rewrite-templating:$rewriteVersion " )
18
+ annotationProcessor(" org.openrewrite:rewrite-templating:1.19.1 " )
19
19
compileOnly(" com.google.errorprone:error_prone_core:2.+" ) {
20
20
exclude(" com.google.auto.service" , " auto-service-annotations" )
21
21
}
22
22
23
- implementation(platform(" org.openrewrite:rewrite-bom:${rewriteVersion} " ))
23
+ implementation(platform(" org.openrewrite:rewrite-bom:8.41.1 " ))
24
24
implementation(" org.openrewrite:rewrite-java" )
25
25
implementation(" org.openrewrite:rewrite-maven" )
26
26
implementation(" org.openrewrite:rewrite-gradle" )
27
- implementation(" org.openrewrite.recipe:rewrite-github-actions:$rewriteVersion " )
28
- implementation(" org.openrewrite.recipe:rewrite-java-dependencies:$rewriteVersion " )
29
- implementation(" org.openrewrite.recipe:rewrite-static-analysis:$rewriteVersion " )
30
- implementation(" org.openrewrite.recipe:rewrite-jenkins:$rewriteVersion " )
31
- implementation(" org.openrewrite:rewrite-templating:$rewriteVersion " )
32
- implementation(" org.openrewrite.meta:rewrite-analysis:$rewriteVersion " )
27
+ implementation(" org.openrewrite.recipe:rewrite-github-actions:2.10.1 " )
28
+ implementation(" org.openrewrite.recipe:rewrite-java-dependencies:1.24.1 " )
29
+ implementation(" org.openrewrite.recipe:rewrite-static-analysis:1.21.1 " )
30
+ implementation(" org.openrewrite.recipe:rewrite-jenkins:0.18.1 " )
31
+ implementation(" org.openrewrite:rewrite-templating:1.19.1 " )
32
+ implementation(" org.openrewrite.meta:rewrite-analysis:2.13.1 " )
33
33
34
34
runtimeOnly(" org.openrewrite:rewrite-java-8" )
35
35
runtimeOnly(" org.openrewrite:rewrite-java-11" )
@@ -43,8 +43,8 @@ dependencies {
43
43
44
44
testImplementation(" org.openrewrite:rewrite-test" )
45
45
testImplementation(" org.openrewrite:rewrite-java-tck" )
46
- testImplementation(" org.openrewrite:rewrite-kotlin:$rewriteVersion " )
47
- testImplementation(" org.openrewrite.gradle.tooling:model:$rewriteVersion " )
46
+ testImplementation(" org.openrewrite:rewrite-kotlin:1.23.1 " )
47
+ testImplementation(" org.openrewrite.gradle.tooling:model:latest.release " )
48
48
49
49
testImplementation(" org.assertj:assertj-core:latest.release" )
50
50
@@ -74,4 +74,4 @@ tasks.withType(Javadoc::class.java) {
74
74
75
75
tasks.test {
76
76
maxHeapSize = " 2g" // Set max heap size to 2GB or adjust as necessary
77
- }
77
+ }
0 commit comments