Skip to content

Commit

Permalink
Move gradle scripts into gradle/
Browse files Browse the repository at this point in the history
  • Loading branch information
csmith committed Jan 11, 2015
1 parent 67f0da7 commit 81302cf
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -68,10 +68,10 @@ repositories {
}
}

apply from: 'analysis.gradle'
apply from: 'publishing.gradle'
apply from: 'jar.gradle'
apply from: 'fatjar.gradle'
apply from: 'gradle/analysis.gradle'
apply from: 'gradle/publishing.gradle'
apply from: 'gradle/jar.gradle'
apply from: 'gradle/fatjar.gradle'

buildscript {
repositories {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 81302cf

Please sign in to comment.