🔧 Fix some dependency management.

This commit is contained in:
LambdAurora
2020-01-14 11:33:19 +01:00
parent a8c969b176
commit 7bfff00841
8 changed files with 25 additions and 12 deletions

View File

@@ -11,11 +11,11 @@ repositories {
}
dependencies {
api project(":common")
api project(":core")
implementation "org.mcelytra:elytra-core:1.0.0-SNAPSHOT"
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
}