Skip to content

Commit

Permalink
Add test project to directly try out plugin features.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuereth committed Mar 19, 2015
1 parent 3c0b080 commit 2aa38c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-project/project/build.properties
@@ -0,0 +1 @@
sbt.version=0.13.7
6 changes: 6 additions & 0 deletions test-project/project/plugins.sbt
@@ -0,0 +1,6 @@

val location = file("..").toURI

val sbtGit = RootProject(location)

val root = project.in(file(".")).dependsOn(sbtGit)

0 comments on commit 2aa38c1

Please sign in to comment.