Skip to content

Commit

Permalink
Enable s01 snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 29, 2024
1 parent 11bf93e commit 054ff9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
maven {
url 'https://s01.oss.sonatype.org/content/repositories/snapshots'
}
}

sourceCompatibility = 11
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ical4jVCardVersion = 2.0.0-beta4-SNAPSHOT
ical4jExtensionsVersion = 2.0.0-rc4
ical4jTemplateVersion = 0.2.1
ical4jConnectorVersion = 2.0.0-alpha6-SNAPSHOT
ical4jIntegrationVersion = 0.3.1-develop-SNAPSHOT
ical4jIntegrationVersion = 0.3.1
ical4jSerializerVersion = 0.3.1

slf4jVersion=1.7.36
Expand Down

0 comments on commit 054ff9d

Please sign in to comment.