Update SDK snapshot version to master-SNAPSHOT

This commit is contained in:
Niels van Velzen
2021-05-29 14:50:54 +02:00
parent 83423a053e
commit 729ee7d70b
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ allprojects {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
content {
// Only allow SDK snapshots
includeVersionByRegex("org\\.jellyfin\\.sdk", ".*", "latest-SNAPSHOT")
includeVersionByRegex("org\\.jellyfin\\.sdk", ".*", ".*-SNAPSHOT")
}
}
jcenter()