Browse Source

Make one less thing people have to change

pull/1/head
Justin Ryan 13 years ago
parent
commit
bf5b268244
  1. 2
      build.gradle

2
build.gradle

@ -33,7 +33,7 @@ subprojects { @@ -33,7 +33,7 @@ subprojects {
}
}
group = 'com.netflix.osstemplate' // TEMPLATE: Set to organization of project
group = "com.netflix.${githubProjectName}" // TEMPLATE: Set to organization of project
dependencies {
compile 'javax.ws.rs:jsr311-api:1.1.1'

Loading…
Cancel
Save