File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ val CI = System.getenv("CI") != null
3636
3737val ideaVersion: String by extra
3838val javaVersion: String by extra
39- val kotlinVersion: String by extra
4039val downloadIdeaSources: String by extra
4140
4241// for publishing nightlies
@@ -236,9 +235,6 @@ java.sourceSets[SourceSet.MAIN_SOURCE_SET_NAME].java.srcDir(generate)
236235// Remove gen directory on clean
237236clean.delete(generate)
238237
239- // Workaround for KT-16764
240- compileKotlin.inputs.dir(generate)
241-
242238runIde {
243239 maxHeapSize = " 2G"
244240
@@ -251,7 +247,7 @@ runIde {
251247}
252248
253249inline operator fun <T : Task > T.invoke (a : T .() -> Unit ): T = apply (a)
254- fun DependencyHandlerScope.kotlin (module : String ) = kotlin(module, kotlinVersion ) as String
250+ fun DependencyHandlerScope.kotlin (module : String ) = kotlin(module, null ) as String
255251fun intellijPlugin (name : String ) = mapOf (
256252 " group" to " org.jetbrains.plugins" ,
257253 " name" to name,
Original file line number Diff line number Diff line change 1010# suppress inspection "UnusedProperty" for whole file
1111ideaVersion = 2017.3.2
1212javaVersion = 1.8
13- kotlinVersion = 1.2.10
1413
1514group = com.demonwav.minecraft-dev
1615version = 2017.3-1.1.0
File renamed without changes.
You can’t perform that action at this time.
0 commit comments