This is an automated email from the ASF dual-hosted git repository.

mbeckerle pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-schema.g8.git


The following commit(s) were added to refs/heads/main by this push:
     new f953e51  Fix 'sbt test' so it is no longer a no-op
f953e51 is described below

commit f953e510b3c20cef18b09d286b9fd43b97f3df02
Author: Steve Lawrence <[email protected]>
AuthorDate: Thu Feb 27 07:22:45 2025 -0500

    Fix 'sbt test' so it is no longer a no-op
    
    At some point SBT made a change that broke the way giter8 runs tests,
    effectively turning them into a no-op. The suggested workaround is to
    remove the .enablePlugins(ScriptedPlugin) line.
---
 build.sbt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 6f9eb3b..fd70007 100644
--- a/build.sbt
+++ b/build.sbt
@@ -14,7 +14,6 @@
 // limitations under the License.
 
 lazy val root = (project in file("."))
-  .enablePlugins(ScriptedPlugin)
   .settings(
     name := "daffodil-schema.g8",
     scalaVersion := "2.12.20",

Reply via email to