Fixed access modifiers for Java version.

This commit is contained in:
Jonathan Bernard
2016-01-25 15:07:37 -06:00
parent 281e52c797
commit 42eb01d5f8
5 changed files with 50 additions and 5 deletions

View File

@ -2,7 +2,7 @@ apply plugin: "groovy"
apply plugin: "maven"
group = "com.jdbernard"
version = "1.0"
version = "1.1"
repositories {
mavenLocal()