Skip to content

Commit

Permalink
Remove unused JAR config from Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Jul 24, 2024
1 parent b2b12a8 commit 78080e7
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,6 @@ targetCompatibility = '1.8'
sourceCompatibility = '1.8'

if (!project.hasProperty("android")) {
jar {
// Be sure to update version in pom.xml to match
// snapshot release = x.x.x-SNAPSHOT
// production release = x.x.x
archiveVersion = '5.5.0-SNAPSHOT'
archiveBaseName = "javarosa"

manifest {
attributes 'Manifest-Version': "$jar.archiveVersion"
}
}

// TODO: does not build UML diagrams
javadoc {
failOnError = false
Expand Down

0 comments on commit 78080e7

Please sign in to comment.