mirror of
https://github.com/zaaarf/lillero.git
synced 2024-11-22 15:34:49 +01:00
fix: use java 8
This commit is contained in:
parent
3bf289bfb3
commit
7e0923f815
1 changed files with 1 additions and 6 deletions
|
@ -1,16 +1,11 @@
|
||||||
//rootProject.name = 'lillero'
|
|
||||||
|
|
||||||
// Apply the java-library plugin for API and implementation separation.
|
|
||||||
apply plugin: 'java-library'
|
apply plugin: 'java-library'
|
||||||
|
|
||||||
|
java.toolchain.languageVersion = JavaLanguageVersion.of(8)
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
// Use Maven Central for resolving dependencies.
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// implementation 'org.ow2.asm:asm-tree:9.4'
|
|
||||||
implementation 'org.ow2.asm:asm-commons:9.4'
|
implementation 'org.ow2.asm:asm-commons:9.4'
|
||||||
// implementation 'org.ow2.asm:asm-util:9.4'
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue