Skip to content

Commit

Permalink
Use Gradle for build instead of Ant
Browse files Browse the repository at this point in the history
  • Loading branch information
slominskir committed Oct 16, 2018
1 parent 6089c71 commit 906cae3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 52 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@ password=$password
logger.error "Cannot get console, try running as: 'gradlew -Dorg.gradle.daemon=false config'"
}
}
}

task doc (type: Javadoc) {
source = sourceSets.main.allJava
options.overview = "src/overview.html"
}
52 changes: 0 additions & 52 deletions build.xml

This file was deleted.

0 comments on commit 906cae3

Please sign in to comment.