forked from Chat_things/NeuroDock
Basicly refactord the entire project into a modular nature
This commit is contained in:
11
luancher/build.gradle
Normal file
11
luancher/build.gradle
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
group = 'me.zacharias'
|
||||
version = '1.0-SNAPSHOT'
|
||||
|
||||
dependencies {
|
||||
implementation project(":Display")
|
||||
implementation project(":API")
|
||||
}
|
||||
Reference in New Issue
Block a user