File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,22 +42,26 @@ minecraft {
42
42
43
43
runs {
44
44
client {
45
+ // noinspection GroovyAssignabilityCheck
45
46
workingDirectory(project. file(dev_run_client_path))
46
47
property(" forge.logging.markers" , " SCAN,REGISTRIES,REGISTRYDUMP" )
47
48
property(" forge.logging.console.level" , " debug" )
48
49
mods {
49
50
ProjectEssentialsPermissions {
51
+ // noinspection GroovyAssignabilityCheck
50
52
source(sourceSets. main)
51
53
}
52
54
}
53
55
}
54
56
55
57
server {
58
+ // noinspection GroovyAssignabilityCheck
56
59
workingDirectory(project. file(dev_run_server_path))
57
60
property(" forge.logging.markers" , " SCAN,REGISTRIES,REGISTRYDUMP" )
58
61
property(" forge.logging.console.level" , " debug" )
59
62
mods {
60
63
ProjectEssentialsPermissions {
64
+ // noinspection GroovyAssignabilityCheck
61
65
source(sourceSets. main)
62
66
}
63
67
}
@@ -126,6 +130,7 @@ sourceCompatibility = targetCompatibility =
126
130
compileKotlin. kotlinOptions. jvmTarget =
127
131
compileTestKotlin. kotlinOptions. jvmTarget = project_jvm_version_target
128
132
133
+ // noinspection GroovyAssignabilityCheck
129
134
tasks. withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile ). all {
130
135
kotlinOptions {
131
136
freeCompilerArgs + = " -Xuse-experimental=kotlin.Experimental"
You can’t perform that action at this time.
0 commit comments