Skip to content

Commit

Permalink
fix project structure so publishes are correct
Browse files Browse the repository at this point in the history
  • Loading branch information
johnrengelman committed Feb 15, 2013
1 parent 1fd0061 commit 3b72997
Show file tree
Hide file tree
Showing 52 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ task integTest(type: GradleBuild) {
dir = file('it')
tasks = ['clean', 'integTest']
}
integTest.dependsOn ':plugin:install'
integTest.dependsOn ':shadow:install'

subprojects {

Expand Down
2 changes: 1 addition & 1 deletion it/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
currentVersion=0.7-SNAPSHOT
currentVersion=0.7
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
rootProject.name = 'shadow'
include 'plugin'
rootProject.name = 'gradle-shadow'
include 'shadow'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3b72997

Please sign in to comment.