mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-08 02:34:03 +02:00
simplify buildscript
This commit is contained in:
parent
08163b7d10
commit
878d5ef08c
@ -24,10 +24,5 @@ intellij {
|
||||
group = "com.johnlindquist"
|
||||
version = "3.5.0"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testCompile("io.reactivex.rxjava2:rxkotlin:2.2.0")
|
||||
}
|
||||
repositories.mavenCentral()
|
||||
dependencies.testCompile("io.reactivex.rxjava2:rxkotlin:2.2.0")
|
Loading…
Reference in New Issue
Block a user