File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments