[2.x] test: Enable project/source-plugins scripted test (#9191)

This commit is contained in:
kenji yoshida 2026-05-07 05:02:40 +09:00 committed by GitHub
parent 6b39acc892
commit f4ae966a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 5 deletions

View File

@ -2,6 +2,4 @@ name := "source-plugins"
organization := "org.example"
enablePlugins(SbtProguard)
useJGit

View File

@ -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)