File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,22 +42,26 @@ minecraft {
4242
4343 runs {
4444 client {
45+ // noinspection GroovyAssignabilityCheck
4546 workingDirectory(project. file(dev_run_client_path))
4647 property(" forge.logging.markers" , " SCAN,REGISTRIES,REGISTRYDUMP" )
4748 property(" forge.logging.console.level" , " debug" )
4849 mods {
4950 ProjectEssentialsCooldown {
51+ // noinspection GroovyAssignabilityCheck
5052 source(sourceSets. main)
5153 }
5254 }
5355 }
5456
5557 server {
58+ // noinspection GroovyAssignabilityCheck
5659 workingDirectory(project. file(dev_run_server_path))
5760 property(" forge.logging.markers" , " SCAN,REGISTRIES,REGISTRYDUMP" )
5861 property(" forge.logging.console.level" , " debug" )
5962 mods {
6063 ProjectEssentialsCooldown {
64+ // noinspection GroovyAssignabilityCheck
6165 source(sourceSets. main)
6266 }
6367 }
@@ -126,6 +130,7 @@ sourceCompatibility = targetCompatibility =
126130compileKotlin. kotlinOptions. jvmTarget =
127131 compileTestKotlin. kotlinOptions. jvmTarget = project_jvm_version_target
128132
133+ // noinspection GroovyAssignabilityCheck
129134tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
130135 kotlinOptions {
131136 freeCompilerArgs + = " -Xuse-experimental=kotlin.Experimental"
You can’t perform that action at this time.
0 commit comments