mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-25 05:22:06 +01:00
build.gradle: migrate from jcenter to gradlePluginPortal and upgrade biz.aQute.bnd.builder
This commit is contained in:
parent
b85be6572c
commit
c74ebca955
1 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
gradlePluginPortal()
|
||||||
maven { url 'https://plugins.gradle.org/m2/' }
|
|
||||||
maven { url 'https://dl.bintray.com/content/aalmiray/kordamp' }
|
|
||||||
}
|
|
||||||
dependencies {
|
|
||||||
classpath "biz.aQute.bnd:biz.aQute.bnd.gradle:6.0.0"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,6 +10,7 @@ plugins {
|
||||||
// Use e.g. "gradle <task> taskTree" to show its dependency tree.
|
// Use e.g. "gradle <task> taskTree" to show its dependency tree.
|
||||||
id 'com.dorongold.task-tree' version '1.5'
|
id 'com.dorongold.task-tree' version '1.5'
|
||||||
id 'com.github.kt3k.coveralls' version '2.10.2'
|
id 'com.github.kt3k.coveralls' version '2.10.2'
|
||||||
|
id 'biz.aQute.bnd.builder' version '6.4.0'
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
|
|
Loading…
Reference in a new issue