This website requires JavaScript.
Explore
Araroth
Help
Sign in
sen
/
tcr
Watch
1
Star
0
Fork
You've already forked tcr
0
Code
Issues
Pull requests
Activity
256721aa12
tcr
/
common
/
build.gradle.kts
11 lines
102 B
Text
Raw
Normal View
History
Unescape
Escape
add gradle
2025-05-26 17:09:08 +02:00
plugins {
`java-library`
}
java {
toolchain {
upgrade to java 21, remove netty unsafe, remove deprecated features
2025-05-30 12:49:37 +02:00
languageVersion = JavaLanguageVersion.of(21)
add gradle
2025-05-26 17:09:08 +02:00
}
}
Reference in a new issue
Copy permalink