mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 00:38:11 +00:00
Fix incremental script compilation
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
apply plugin: 'kotlin'
|
||||
|
||||
|
||||
dependencies {
|
||||
def gameProject = project(':game')
|
||||
|
||||
compile gameProject.sourceSets.main.output
|
||||
compileOnly project(':game')
|
||||
compile group: 'org.assertj', name: 'assertj-core', version: '3.8.0'
|
||||
|
||||
def gameTestConfiguration = gameProject.configurations.testCompileOnly
|
||||
def gameTestConfiguration = project(':game').configurations.testCompile
|
||||
def gameTestDependencies = gameTestConfiguration.dependencies
|
||||
|
||||
gameTestDependencies.each {
|
||||
|
||||
Reference in New Issue
Block a user