Skip to content

Commit

Permalink
[22321] Added handling for jdk9-deps on tripkit-android repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sg-jsonjuliane committed Oct 10, 2024
1 parent 39d0d3f commit a53bd46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ buildscript {
mavenCentral()
google()
jcenter()
maven { url 'https://repository.liferay.com/nexus/content/repositories/public/' }
}

dependencies {
Expand Down Expand Up @@ -49,6 +50,7 @@ allprojects {
mavenCentral()
jcenter()
maven { url "https://jitpack.io" }
maven { url 'https://repository.liferay.com/nexus/content/repositories/public/' }
}
}

Expand Down

0 comments on commit a53bd46

Please sign in to comment.