Skip to content

Commit

Permalink
changed to java v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshvai committed Jul 29, 2017
1 parent 9babd80 commit 4f7103d
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 48 deletions.
22 changes: 0 additions & 22 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/encodings.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
group 'info.santhosh.evlo-model-proto'
version '1.0-SNAPSHOT'
version '1.1-SNAPSHOT'

apply plugin: 'java'
apply plugin: 'com.google.protobuf'

sourceCompatibility = 1.8
sourceCompatibility = '1.7'
targetCompatibility = '1.7'

repositories {
mavenCentral()
Expand All @@ -15,7 +16,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.2'
}
}

Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jul 20 05:08:52 CEST 2017
#Sat Jul 29 18:16:44 CEST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-rc-2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-bin.zip

0 comments on commit 4f7103d

Please sign in to comment.