Skip to content

Commit ad9f9ad

Browse files
Brent Hartwigrjrudin
authored andcommitted
Able to revert to the mavenCentral() repo by stepping down from version 2.0.54 to 2.0.53 of com.liferay.app.jsdoc.
1 parent 32a41f3 commit ad9f9ad

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

examples/jsdoc-project/build.gradle

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
buildscript {
2-
dependencies {
3-
classpath group: 'com.liferay', name: 'com.liferay.gradle.plugins.jsdoc', version: '2.0.54'
4-
}
5-
62
repositories {
7-
maven {
8-
url 'https://repository-cdn.liferay.com/nexus/content/groups/public'
9-
}
3+
mavenCentral()
104
}
115
}
126

137
plugins {
148
id 'com.marklogic.ml-gradle' version '4.0.4'
15-
id 'com.liferay.node' version '7.2.0'
16-
id 'com.liferay.app.jsdoc' version '2.0.54'
9+
id 'com.liferay.app.jsdoc' version '2.0.53'
1710
}
1811

1912
allprojects {

0 commit comments

Comments
 (0)