INT-1578 added source/target compatibility setting, but it's not clear yet that it has an impact

This commit is contained in:
Mark Fisher
2010-11-02 15:18:32 -04:00
parent 7c6a53d7ff
commit 117f3206ca

View File

@@ -85,6 +85,10 @@ configure(javaprojects) {
apply plugin: 'eclipse' // `gradle eclipse` to generate .classpath/.project
apply plugin: 'idea' // `gradle idea` to generate .ipr/.iml
// ensure JDK 5 compatibility
sourceCompatibility=1.5
targetCompatibility=1.5
// set up dedicated directories for jars and source jars.
// this makes it easier when putting together the distribution
libsBinDir = new File(libsDir, 'bin')