Skip to content

Commit

Permalink
Bump version and source compat to 1.7 instead of 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 committed Dec 22, 2017
1 parent d748363 commit cbf65f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ repositories {
apply plugin: 'forge'
group = 'tconstruct'

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

// Define properties file
ext.configFile = file "build.properties"
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ mantle_version=0.3.2.jenkins187
CCLIB_version=1.1.3.136
NEI_version=1.0.4.106
ccc_version=1.0.6.43
mod_version=1.8.9.5-GTNH
mod_version=1.8.9.6-GTNH
waila_version=1.5.3_1.7.10
fmp_version=1.1.2.334

0 comments on commit cbf65f1

Please sign in to comment.