summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle7
1 files changed, 1 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index 067fcf4..c52b0f4 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,16 +1,11 @@
-//rootProject.name = 'lillero'
-
-// Apply the java-library plugin for API and implementation separation.
apply plugin: 'java-library'
+java.toolchain.languageVersion = JavaLanguageVersion.of(8)
repositories {
- // Use Maven Central for resolving dependencies.
mavenCentral()
}
dependencies {
- // implementation 'org.ow2.asm:asm-tree:9.4'
implementation 'org.ow2.asm:asm-commons:9.4'
- // implementation 'org.ow2.asm:asm-util:9.4'
}