File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ indra {
2424 javaVersions {
2525 target(21 )
2626 }
27- publishSnapshotsTo(" paperSnapshots" , " https://papermc.io/repo /repository/maven-snapshots/" )
28- publishReleasesTo(" paperReleases" , " https://papermc.io/repo /repository/maven-releases/" )
27+ publishSnapshotsTo(" paperSnapshots" , " https://repo. papermc.io/repository/maven-snapshots/" )
28+ publishReleasesTo(" paperReleases" , " https://repo. papermc.io/repository/maven-releases/" )
2929 gpl3OnlyLicense()
3030 github(" Tuinity" , " YamlConfig" )
3131 configurePublications {
Original file line number Diff line number Diff line change 11group =ca.spottedleaf
2- version =1.1.0-SNAPSHOT
2+ version =1.1.0
33description =Read/Write YAML configuration files with help from annotations
44
55org.gradle.caching =true
Original file line number Diff line number Diff line change 11rootProject.name = " yamlconfig"
22
33plugins {
4- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
5- }
4+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0 .0"
5+ }
You can’t perform that action at this time.
0 commit comments