Skip to content

Commit

Permalink
Bumping version to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
yeriomin committed Nov 30, 2017
1 parent 275cffb commit 464df25
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'java'

group = 'com.github.yeriomin'
version = '0.29'
version = '0.31'
sourceCompatibility = JavaVersion.VERSION_1_5
targetCompatibility = JavaVersion.VERSION_1_5
compileJava.options.encoding = 'UTF-8'
Expand All @@ -23,9 +23,6 @@ apply plugin: 'com.google.protobuf'

sourceSets {
main {
proto {
srcDir 'src/main/proto'
}
java {
srcDir 'src/main/java'
srcDir 'build/generated/source/proto/main/javalite'
Expand Down

0 comments on commit 464df25

Please sign in to comment.