Skip to content

Commit 6e6f630

Browse files
committed
Core API added to dependencies.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 4779131 commit 6e6f630

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,3 +160,4 @@ fabric.properties
160160
# Sonarlint plugin
161161
.idea/sonarlint
162162
!/gradle/wrapper/gradle-wrapper.jar
163+
!/libs/ProjectEssentials-Core-API-1.14.4-1.3.0.jar

build.gradle

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ repositories {
7878
}
7979

8080
dependencies {
81+
implementation fileTree(dir: 'libs', include: ['*.jar'])
8182
minecraft(group: "net.minecraftforge", name: "forge", version: forge_version)
8283
compile(group: "com.mojang", name: "brigadier", version: brigadier_version)
8384
compile(
@@ -90,11 +91,6 @@ dependencies {
9091
name: "kotlin-stdlib-$kotlin_jdk_version_target",
9192
version: kotlin_version
9293
)
93-
compile(
94-
group: "com.github.projectessentials",
95-
name: "ProjectEssentials-Core",
96-
version: ess_core_version
97-
)
9894
compile(
9995
group: "com.github.projectessentials",
10096
name: "ProjectEssentials-Cooldown",
@@ -130,9 +126,3 @@ sourceCompatibility = targetCompatibility =
130126
compileKotlin.kotlinOptions.jvmTarget =
131127
compileTestKotlin.kotlinOptions.jvmTarget = project_jvm_version_target
132128

133-
//noinspection GroovyAssignabilityCheck
134-
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
135-
kotlinOptions {
136-
freeCompilerArgs += "-Xuse-experimental=kotlin.Experimental"
137-
}
138-
}
890 KB
Binary file not shown.

0 commit comments

Comments
 (0)