Skip to content

Commit

Permalink
Gradle test ni 202382
Browse files Browse the repository at this point in the history
  • Loading branch information
motiamar86 committed Dec 26, 2018
1 parent ef0ae62 commit 8d462a1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 27 deletions.
9 changes: 0 additions & 9 deletions FLIRCloudLib/pom.xml

This file was deleted.

19 changes: 19 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,22 @@ dependencies {
implementation project(path: ':FLIRCloudLib')

}

task writeNewPom << {
pom {
project {
groupId 'com.flir'
artifactId 'lambdaLib'
version '1.0.0'

inceptionYear '2018'
licenses {
license {
name 'The Apache Software License, Version 2.0'
url 'http://www.apache.org/licenses/LICENSE-2.0.txt'
distribution 'repo'
}
}
}
}.writeTo("$buildDir/newpom.xml")
}
9 changes: 0 additions & 9 deletions app/pom.xml

This file was deleted.

9 changes: 0 additions & 9 deletions pom.xml

This file was deleted.

0 comments on commit 8d462a1

Please sign in to comment.