mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-14 11:39:22 +01:00
11 lines
193 B
Groovy
11 lines
193 B
Groovy
apply plugin: 'java-library'
|
|
|
|
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
|
|
|
repositories {
|
|
mavenCentral()
|
|
}
|
|
|
|
dependencies {
|
|
implementation 'org.ow2.asm:asm-commons:9.4'
|
|
}
|