mirror of https://github.com/sbt/sbt.git
[2.x] test: Enable project/source-plugins scripted test (#9191)
This commit is contained in:
parent
6b39acc892
commit
f4ae966a22
|
|
@ -2,6 +2,4 @@ name := "source-plugins"
|
|||
|
||||
organization := "org.example"
|
||||
|
||||
enablePlugins(SbtProguard)
|
||||
|
||||
useJGit
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
lazy val proguard = RootProject(uri("https://github.com/sbt/sbt-proguard.git#95b27788a5b00ab89e8ae7c05ef5bfe538129280"))
|
||||
lazy val git = RootProject(uri("https://github.com/sbt/sbt-git.git#a81a110af1c5693cd3fd0204248f5c529a43a112"))
|
||||
lazy val git = RootProject(uri("https://github.com/sbt/sbt-git.git#66bf7f0bd51629deb0c4283cddbe8af8c30af0de"))
|
||||
|
||||
lazy val root = (project in file(".")).
|
||||
dependsOn(proguard, git)
|
||||
dependsOn(git)
|
||||
|
|
|
|||
Loading…
Reference in New Issue