Files
spring-loaded/build.gradle
Stefan Eggerstorfer f7210d79f9 refine gradle build to execute tests
- split up testdata project
- allow all test classloaders to load class files from IDE bin or Gradle
build directory
2013-09-05 07:16:04 +02:00

18 lines
205 B
Groovy

allprojects {
configurations {
tools
}
repositories {
mavenCentral()
}
}
subprojects {
apply plugin: 'java'
sourceCompatibility = 1.6
targetCompatibility = 1.6
}