You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop support for sbt 0.13, make the project build with modern IDE (#32)
* Drop support for sbt 0.13, make the project build with modern IDE
* Raise error when agent is missing from libraryDependencies
* fix scripted tests
* update dependencies, ensure sbt 1.10.2 in scripted tests
resourceDirectory in scriptedTests := sourceDirectory.value /"sbt-test"
60
-
resourceDirectories in scriptedTests :=Seq((resourceDirectory in scriptedTests).value)
61
-
resourceDirectories in scriptedTests += sourceDirectory.value / ("sbt-test-"+ (sbtBinaryVersion in pluginCrossBuild).value)
62
-
includeFilter in scriptedTests :=AllPassFilter
63
-
excludeFilter in scriptedTests :=HiddenFileFilter
64
-
resources in scriptedTests :=Defaults.collectFiles(resourceDirectories in scriptedTests, includeFilter in scriptedTests, excludeFilter in scriptedTests).value
65
-
target in scriptedTests := crossTarget.value /"sbt-test"
66
-
copyResources in scriptedTests := {
67
-
valtestResources= (resources in scriptedTests).value
68
-
valtestDirectories= (resourceDirectories in scriptedTests).value
0 commit comments