Skip to content

Commit

Permalink
Updated dependencies and build config
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Nov 3, 2023
1 parent 79b6efd commit 2510c88
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ listApiChanges:
approveApiChanges:
./gradlew :revapiAcceptAllBreaks --justification $(CHANGE_JUSTIFICATION)

install:
./gradlew publishToMavenLocal

verify:
./gradlew verify

Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ targetCompatibility = 1.8

repositories {
mavenCentral()
mavenLocal()
// sonatype snapshots
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ical4jVersion=4.0.0-beta8
ical4jVersion=4.0.0-rc1

groovyVersion=3.0.10
slf4jVersion=2.0.7
log4jVersion=2.20.0
Expand Down

0 comments on commit 2510c88

Please sign in to comment.