We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8607ba3 commit 4b7d8b8Copy full SHA for 4b7d8b8
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.20"
+ id("net.ivoa.vo-dml.vodmltools") version "0.5.21"
4
}
5
6
vodml {
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://oss.sonatype.org/content/repositories/snapshots/")
+ url= uri("https://central.sonatype.com/repository/maven-snapshots/")
13
14
15
0 commit comments