Target JDK7 for compatibility

This commit is contained in:
R. Tyler Croy 2014-10-21 15:49:18 -07:00
parent e41af0af09
commit a56c54ef6b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ apply plugin: 'java'
version = '0.7.0-SNAPSHOT'
group = 'com.github.jruby-gradle'
sourceCompatibility = 1.7
import com.github.jrubygradle.JRubyExec
repositories {