Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
Remove snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusAmshove committed Oct 9, 2022
1 parent 03562fd commit 96b5314
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,6 @@ subprojects {
password = findProperty('ossrhPassword')
}
}
maven {
url = "https://oss.sonatype.org/content/repositories/snapshots/"
credentials {
username = findProperty('ossrhUsername')
password = findProperty('ossrhPassword')
}
}
}

publications {
Expand Down

0 comments on commit 96b5314

Please sign in to comment.