require at least java 21
All checks were successful
Publish to snapshot maven / build (push) Successful in 16s
All checks were successful
Publish to snapshot maven / build (push) Successful in 16s
This commit is contained in:
parent
0c213ceff4
commit
2a3c244d0c
|
@ -18,6 +18,11 @@ dependencies {
|
|||
implementation("org.ow2.asm:asm-commons:9.7")
|
||||
}
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_21
|
||||
targetCompatibility = JavaVersion.VERSION_21
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
create<MavenPublication>("mavenJava") {
|
||||
|
|
Loading…
Reference in a new issue