You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.gradle 163B

12345678910111213
  1. subprojects {
  2. apply plugin: 'java'
  3. repositories {
  4. mavenLocal()
  5. mavenCentral()
  6. }
  7. task wrapper(type: Wrapper) {
  8. gradleVersion = '1.11'
  9. }
  10. }