mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 23:25:10 +01:00
🔧 Fix some dependency management.
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user