Skip to content

Commit

Permalink
fix(ci): remove com.github.pengrad:jdk9-deps:1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VishnuSanal committed Aug 25, 2024
1 parent a07449d commit 27aa40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ allprojects {
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://jcenter.bintray.com" }
maven { url "https://repository.liferay.com/nexus/content/repositories/public/" } // for com.github.pengrad:jdk9-deps:1.0
// maven { url "https://repository.liferay.com/nexus/content/repositories/public/" } // for com.github.pengrad:jdk9-deps:1.0
}
tasks.withType(Test).tap {
configureEach {
Expand Down Expand Up @@ -149,7 +149,7 @@ subprojects {
}
}
dependencies {
compileOnly 'com.github.pengrad:jdk9-deps:1.0'
// compileOnly 'com.github.pengrad:jdk9-deps:1.0'

if (project.hasProperty('kapt')) {
kapt 'javax.xml.bind:jaxb-api:2.3.1'
Expand Down

0 comments on commit 27aa40d

Please sign in to comment.