Skip to content

Commit 9afbfa6

Browse files
committed
re-enable Gradle extractor as part of the build
1 parent aa83a24 commit 9afbfa6

File tree

3 files changed

+26
-25
lines changed

3 files changed

+26
-25
lines changed

Diff for: build.gradle

+24-24
Original file line numberDiff line numberDiff line change
@@ -233,30 +233,30 @@ project('build-info-extractor-ivy') {
233233
}
234234
}
235235

236-
//project('build-info-extractor-gradle') {
237-
// apply plugin: 'groovy'
238-
// description = 'JFrog Build-Info Gradle Extractor'
239-
//
240-
// dependencies {
241-
// compile gradleApi()
242-
// provided "org.codehaus.plexus:plexus-component-annotations:1.5.4",
243-
// "com.google.code.findbugs:jsr305:1.3.9"
244-
// compile group: 'javax.annotation', name: 'jsr250-api', version: '1.0'
245-
// compile group: 'org.apache.ivy', name: 'ivy', version: '2.2.0'
246-
// groovy localGroovy()
247-
// testCompile(group: 'org.spockframework', name: 'spock-core', version: '0.4-groovy-1.7')
248-
// testCompile(group: 'net.java.dev.jna', name: 'jna', version: '3.2.2')
249-
// }
250-
//
251-
// configure(install.repositories.mavenInstaller) {
252-
// pom.project {
253-
// issueManagement {
254-
// system 'jira'
255-
// url 'http://issues.jfrog.org/jira/browse/GAP'
256-
// }
257-
// }
258-
// }
259-
//}
236+
project('build-info-extractor-gradle') {
237+
apply plugin: 'groovy'
238+
description = 'JFrog Build-Info Gradle Extractor'
239+
240+
dependencies {
241+
compile gradleApi()
242+
provided "org.codehaus.plexus:plexus-component-annotations:1.5.4",
243+
"com.google.code.findbugs:jsr305:1.3.9"
244+
compile group: 'javax.annotation', name: 'jsr250-api', version: '1.0'
245+
compile group: 'org.apache.ivy', name: 'ivy', version: '2.2.0'
246+
groovy localGroovy()
247+
testCompile(group: 'org.spockframework', name: 'spock-core', version: '0.4-groovy-1.7')
248+
testCompile(group: 'net.java.dev.jna', name: 'jna', version: '3.2.2')
249+
}
250+
251+
configure(install.repositories.mavenInstaller) {
252+
pom.project {
253+
issueManagement {
254+
system 'jira'
255+
url 'http://issues.jfrog.org/jira/browse/GAP'
256+
}
257+
}
258+
}
259+
}
260260

261261
project('build-info-extractor-maven3') {
262262
description = 'JFrog Build-Info Maven 3 Extractor'

Diff for: gradle.properties

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ build-info-version=2.0.x-SNAPSHOT
33
build-info-extractor-ivy-version=2.0.x-SNAPSHOT
44
build-info-extractor-gradle-version=2.0.x-SNAPSHOT
55
build-info-extractor-maven3-version=2.0.x-SNAPSHOT
6+
s

Diff for: settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
include 'build-info-api'
1818
include 'build-info-client'
1919
include 'build-info-extractor'
20-
//include 'build-info-extractor-gradle'
20+
include 'build-info-extractor-gradle'
2121
include 'build-info-extractor-ivy'
2222
include 'build-info-extractor-maven3'
2323

0 commit comments

Comments
 (0)