[Editor] Install :proto dependency to :game and :editor modules
This commit is contained in:
@@ -38,6 +38,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
implementation project(":engine")
|
||||
implementation project(":proto")
|
||||
|
||||
implementation platform("org.lwjgl:lwjgl-bom:$lwjglVersion")
|
||||
|
||||
@@ -60,3 +61,7 @@ application {
|
||||
// Define the main class for the application.
|
||||
mainClass = 'com.bartlomiejpluta.base.game.App'
|
||||
}
|
||||
|
||||
build {
|
||||
dependsOn(":proto:build")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user