@@ -233,30 +233,30 @@ project('build-info-extractor-ivy') {
233
233
}
234
234
}
235
235
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
+ }
260
260
261
261
project(' build-info-extractor-maven3' ) {
262
262
description = ' JFrog Build-Info Maven 3 Extractor'
0 commit comments