Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
Removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
burdoto committed Jun 2, 2019
1 parent 332cd7c commit 78bee2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ subprojects {
testImplementation 'org.easymock:easymock:4.0.2'

testCompileOnly 'org.codehaus.groovy:groovy:3.0.0-beta-1'

}
}

Expand Down Expand Up @@ -105,4 +104,4 @@ task allJavadoc(type: Javadoc) {
options.destinationDirectory(file("./docs/"))
}

apply from: 'gradle/publishing.gradle' // todo
apply from: 'gradle/publishing.gradle'

0 comments on commit 78bee2e

Please sign in to comment.