Skip to content

Commit

Permalink
move example project to dedicated subdirectory (preparation for the c…
Browse files Browse the repository at this point in the history
…ontracttester module)
  • Loading branch information
gesellix committed Mar 1, 2015
1 parent 7852c92 commit b6ec29e
Show file tree
Hide file tree
Showing 843 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build.gradle → example-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
def langLevel = '1.7'

ext {
repo = Grgit.open(project.file('.'))
repo = Grgit.open(project.file('..'))
artifactVersion = newArtifactVersion()
}

Expand All @@ -36,7 +36,7 @@ subprojects {
jcenter()
}
dependencies {
classpath 'com.github.ben-manes:gradle-versions-plugin:0.7'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.8'
}
}

Expand Down
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.
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit b6ec29e

Please sign in to comment.