From dcd90c09add292300b163edf44c26ddf99f1199b Mon Sep 17 00:00:00 2001 From: Dico Date: Tue, 25 Sep 2018 08:40:02 +0100 Subject: Work on RegionTraverser (wasted a lotta time but we'll get there) --- build.gradle.kts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'build.gradle.kts') diff --git a/build.gradle.kts b/build.gradle.kts index 7fb3ede..06f2041 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,8 +17,11 @@ plugins { id("com.github.johnrengelman.plugin-shadow") version "2.0.3" } + + allprojects { apply() + apply(plugin = "idea") repositories { mavenCentral() @@ -68,7 +71,7 @@ dependencies { // not on sk89q maven repo yet compileClasspath(files("$rootDir/debug/plugins/worldedit-bukkit-7.0.0-beta-01.jar")) - compileClasspath(files("$rootDir/debug/lib/spigot-1.13.1.jar")) + //compileClasspath(files("$rootDir/debug/lib/spigot-1.13.1.jar")) compile("org.jetbrains.exposed:exposed:0.10.5") { isTransitive = false } compile("joda-time:joda-time:2.10") @@ -91,7 +94,7 @@ tasks { javaParameters = true suppressWarnings = true jvmTarget = "1.8" - //freeCompilerArgs = listOf("-XXLanguage:+InlineClasses", "-Xuse-experimental=kotlin.Experimental") + freeCompilerArgs = listOf("-XXLanguage:+InlineClasses", "-Xuse-experimental=kotlin.Experimental") } } -- cgit v1.2.3