[Editor] Create empty proto module
This commit is contained in:
18
proto/build.gradle
Executable file
18
proto/build.gradle
Executable file
@@ -0,0 +1,18 @@
|
||||
plugins {
|
||||
id 'java-library'
|
||||
}
|
||||
|
||||
group 'com.bartlomiejpluta.base'
|
||||
version 'unspecified'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
@@ -11,4 +11,5 @@ rootProject.name = 'BASE'
|
||||
include('engine')
|
||||
include('game')
|
||||
include('editor')
|
||||
include('proto')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user