We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32a41f3 commit ad9f9adCopy full SHA for ad9f9ad
examples/jsdoc-project/build.gradle
@@ -1,19 +1,12 @@
1
buildscript {
2
- dependencies {
3
- classpath group: 'com.liferay', name: 'com.liferay.gradle.plugins.jsdoc', version: '2.0.54'
4
- }
5
-
6
repositories {
7
- maven {
8
- url 'https://repository-cdn.liferay.com/nexus/content/groups/public'
9
+ mavenCentral()
10
}
11
12
13
plugins {
14
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'
+ id 'com.liferay.app.jsdoc' version '2.0.53'
17
18
19
allprojects {
0 commit comments