Updates per code review comments

- don't publish generator
- update version to 1.1.0-SNAPSHOT
This commit is contained in:
Seth Goings 2014-07-23 15:37:35 -06:00
parent f40d9a36bf
commit 36c3e26d2c
2 changed files with 1 additions and 7 deletions

View File

@ -77,12 +77,6 @@ publishing {
type "a"
extension "a"
}
artifact("${nativeBuildDir}/generator") {
name "generator"
type "bin"
extension "bin"
}
}
}
}

View File

@ -1,4 +1,4 @@
org.gradle.daemon=true
group=com.readytalk
version=0.7.5-SNAPSHOT
version=1.1.0-SNAPSHOT