Skip to content

Commit 7c2ab67

Browse files
committed
update for latest vodml plugin
1 parent 78799f0 commit 7c2ab67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
// this plugin provides all the vo-dml functionality
3-
id("net.ivoa.vo-dml.vodmltools") version "0.5.30"
3+
id("net.ivoa.vo-dml.vodmltools") version "0.6.1"
44
// id("org.kordamp.gradle.jandex") version "1.1.0"
55
}
66

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencyResolutionManagement {
99
will not be necessary when this library is released as a non-SNAPSHOT version.
1010
*/
1111
maven {
12-
url= uri("https://repo.dev.uksrc.org/repository/maven-snapshots/")
12+
url= uri("https://repo.dev.uksrc.org/repository/maven-public/")
1313
}
1414
}
1515

0 commit comments

Comments
 (0)