Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
honhimW authored Dec 17, 2024
1 parent 1234eeb commit de88e74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion i-spring-auto-configure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ plugins {
}
apply plugin: 'me.champeau.mrjar'

configurations {
java21CompileClasspath { extendsFrom using }
java21RuntimeClasspath { extendsFrom using }
java21AnnotationProcessor { extendsFrom using }
java21TestCompileClasspath { extendsFrom using }
java21TestRuntimeClasspath { extendsFrom using }
java21TestAnnotationProcessor { extendsFrom using }
}

dependencies {
compileOnly 'org.springframework.boot:spring-boot-autoconfigure'
Expand Down Expand Up @@ -55,4 +63,4 @@ compileJava21Java {
// into('META-INF/versions/21') {
// from compileJava21Java.destinationDirectory
// }
//}
//}

0 comments on commit de88e74

Please sign in to comment.