mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 00:38:18 +00:00
Share kotlin version config between buildSrc and project (#353)
* Share kotlin version config between buildSrc and project * Use built-in Kotlin MessageCollector
This commit is contained in:
+1
-3
@@ -3,9 +3,7 @@ allprojects {
|
||||
version = '0.0.1'
|
||||
}
|
||||
|
||||
ext {
|
||||
kotlinVersion = '1.1.2-4'
|
||||
}
|
||||
apply from: 'properties.gradle'
|
||||
|
||||
subprojects {
|
||||
apply plugin: 'java'
|
||||
|
||||
Reference in New Issue
Block a user