lillero/build.gradle

12 lines
193 B
Groovy
Raw Normal View History

2023-02-07 03:25:13 +01:00
apply plugin: 'java-library'
2023-02-06 22:47:38 +01:00
2023-02-07 00:41:13 +01:00
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
2023-02-06 22:47:38 +01:00
repositories {
mavenCentral()
}
dependencies {
implementation 'org.ow2.asm:asm-commons:9.4'
}