Skip to content

Commit 27aa40d

Browse files
committed
fix(ci): remove com.github.pengrad:jdk9-deps:1.0
1 parent a07449d commit 27aa40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
mavenCentral()
3232
maven { url "https://jitpack.io" }
3333
maven { url "https://jcenter.bintray.com" }
34-
maven { url "https://repository.liferay.com/nexus/content/repositories/public/" } // for com.github.pengrad:jdk9-deps:1.0
34+
// maven { url "https://repository.liferay.com/nexus/content/repositories/public/" } // for com.github.pengrad:jdk9-deps:1.0
3535
}
3636
tasks.withType(Test).tap {
3737
configureEach {
@@ -149,7 +149,7 @@ subprojects {
149149
}
150150
}
151151
dependencies {
152-
compileOnly 'com.github.pengrad:jdk9-deps:1.0'
152+
// compileOnly 'com.github.pengrad:jdk9-deps:1.0'
153153

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

0 commit comments

Comments
 (0)