forked from Chat_things/NeuroDock
Basicly refactord the entire project into a modular nature
This commit is contained in:
20
API/build.gradle
Normal file
20
API/build.gradle
Normal file
@@ -0,0 +1,20 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'me.zacharias'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
implementation project(":Core")
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
jar{
|
||||
manifest {
|
||||
attributes 'Main-Class': 'me.zacharias.char.api.APIServer'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user