Basicly refactord the entire project into a modular nature
This commit is contained in:
16
Core/build.gradle
Normal file
16
Core/build.gradle
Normal file
@@ -0,0 +1,16 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
group = 'me.zacharias'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
|
||||
}
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(21)) // Set Java version
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user