Skip to content

Commit

Permalink
Updated local build config
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Nov 11, 2023
1 parent ce6f63e commit 9be7525
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ currentVersion:
markNextVersion:
./gradlew markNextVersion -Prelease.version=$(NEXT_VERSION)

install:
./gradlew publishToMavenLocal

verify:
./gradlew verify

Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ A collection of templates for popular calendar use-cases

repositories {
mavenCentral()
mavenLocal()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
Expand All @@ -42,6 +43,7 @@ java {
dependencies {
api "org.mnode.ical4j:ical4j:$ical4jVersion",
"org.mnode.ical4j:ical4j-vcard:$ical4jVcardVersion",
"org.mnode.ical4j:ical4j-extensions:$ical4jExtensionsVersion",
"org.ical4j:ical4j-serializer:$ical4jSerializerVersion"

implementation "com.j2html:j2html:$j2htmlVersion"
Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ical4jVersion = 4.0.0-beta9
ical4jVcardVersion = 2.0.0-alpha8
ical4jVersion = 4.0.0-rc1
ical4jVcardVersion = 2.0.0-beta1
ical4jExtensionsVersion = 2.0.0-rc2-develop-SNAPSHOT
ical4jSerializerVersion = 0.2.1

groovyVersion=3.0.12
Expand Down

0 comments on commit 9be7525

Please sign in to comment.