We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78799f0 commit 7c2ab67Copy full SHA for 7c2ab67
build.gradle.kts
@@ -1,6 +1,6 @@
1
plugins {
2
// this plugin provides all the vo-dml functionality
3
- id("net.ivoa.vo-dml.vodmltools") version "0.5.30"
+ id("net.ivoa.vo-dml.vodmltools") version "0.6.1"
4
// id("org.kordamp.gradle.jandex") version "1.1.0"
5
}
6
settings.gradle.kts
@@ -9,7 +9,7 @@ dependencyResolutionManagement {
9
will not be necessary when this library is released as a non-SNAPSHOT version.
10
*/
11
maven {
12
- url= uri("https://repo.dev.uksrc.org/repository/maven-snapshots/")
+ url= uri("https://repo.dev.uksrc.org/repository/maven-public/")
13
14
15
0 commit comments