gradle: fuck around with the Scala gradle module by Wire Inc

wire-gradle
Georg Lukas 2020-04-12 19:41:44 +02:00
rodzic 5688c174a1
commit 959ae14805
1 zmienionych plików z 6 dodań i 2 usunięć

Wyświetl plik

@ -1,8 +1,11 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenLocal()
jcenter()
maven { url 'https://jitpack.io' }
maven {
url 'https://jitpack.io'
}
mavenCentral()
google()
}
@ -18,7 +21,8 @@ buildscript {
classpath 'com.github.triplet.gradle:play-publisher:2.4.1'
// scala build
classpath 'com.github.AllBus:gradle-android-scala-plugin:3.5.1'
//classpath 'com.github.AllBus:gradle-android-scala-plugin:3.5.1'
classpath 'com.wire.gradle:gradle-android-scala-plugin:1.7'
}
}