Skip to content

Commit

Permalink
Disable snapshot mavens
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Fireplace committed Jul 17, 2024
1 parent f810c6d commit 38dfac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ subprojects {
url = 'https://repo.spongepowered.org/repository/maven-public/'
}

maven {
/*maven {
name = 'OSSRH Snapshots'
url = 'https://oss.sonatype.org/content/repositories/snapshots/'
}
maven {
name = 'OSSRH Snapshots Alt'
url = 'https://s01.oss.sonatype.org/content/repositories/snapshots/'
}
}*/
}

// Disables Gradle's custom module metadata from being published to maven. The
Expand Down

0 comments on commit 38dfac8

Please sign in to comment.