mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-08-03 11:26:38 -04:00
8 lines
95 B
Plaintext
8 lines
95 B
Plaintext
plugins {
|
|
id("java-library")
|
|
}
|
|
|
|
tasks.withType<JavaCompile> {
|
|
options.release.set(8)
|
|
}
|