diff --git a/build.sbt b/build.sbt index 53a469b..19ff05a 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ ) lazy val `iw-project-support` = (project in file(".")) - // .enablePlugins(ScriptedPlugin) + .enablePlugins(ScriptedPlugin) .settings( name := "iw-project-support", Test / test := { diff --git a/build.sbt b/build.sbt index 53a469b..19ff05a 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ ) lazy val `iw-project-support` = (project in file(".")) - // .enablePlugins(ScriptedPlugin) + .enablePlugins(ScriptedPlugin) .settings( name := "iw-project-support", Test / test := { diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index c128b14..0cbba8f 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1 +1,5 @@ +ThisBuild / version := "0.1.0-SNAPSHOT" +ThisBuild / organization := "works.iterative" + lazy val root = (project in file(".")) + .settings(name := "$name$") diff --git a/build.sbt b/build.sbt index 53a469b..19ff05a 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ ) lazy val `iw-project-support` = (project in file(".")) - // .enablePlugins(ScriptedPlugin) + .enablePlugins(ScriptedPlugin) .settings( name := "iw-project-support", Test / test := { diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index c128b14..0cbba8f 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1 +1,5 @@ +ThisBuild / version := "0.1.0-SNAPSHOT" +ThisBuild / organization := "works.iterative" + lazy val root = (project in file(".")) + .settings(name := "$name$") diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties new file mode 100644 index 0000000..8bda4de --- /dev/null +++ b/src/main/g8/default.properties @@ -0,0 +1,4 @@ +name = iw-project +iw_version = 0.1.0-SNAPSHOT +sbt_version = 1.5.5 +java_version = 11 diff --git a/build.sbt b/build.sbt index 53a469b..19ff05a 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ ) lazy val `iw-project-support` = (project in file(".")) - // .enablePlugins(ScriptedPlugin) + .enablePlugins(ScriptedPlugin) .settings( name := "iw-project-support", Test / test := { diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index c128b14..0cbba8f 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1 +1,5 @@ +ThisBuild / version := "0.1.0-SNAPSHOT" +ThisBuild / organization := "works.iterative" + lazy val root = (project in file(".")) + .settings(name := "$name$") diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties new file mode 100644 index 0000000..8bda4de --- /dev/null +++ b/src/main/g8/default.properties @@ -0,0 +1,4 @@ +name = iw-project +iw_version = 0.1.0-SNAPSHOT +sbt_version = 1.5.5 +java_version = 11 diff --git a/src/main/g8/project/default.properties b/src/main/g8/project/default.properties deleted file mode 100644 index 0d20198..0000000 --- a/src/main/g8/project/default.properties +++ /dev/null @@ -1,3 +0,0 @@ -iw_version = 0.1.0-SNAPSHOT -sbt_version = 1.5.5 -java_version = 11 \ No newline at end of file diff --git a/build.sbt b/build.sbt index 53a469b..19ff05a 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ ) lazy val `iw-project-support` = (project in file(".")) - // .enablePlugins(ScriptedPlugin) + .enablePlugins(ScriptedPlugin) .settings( name := "iw-project-support", Test / test := { diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index c128b14..0cbba8f 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -1 +1,5 @@ +ThisBuild / version := "0.1.0-SNAPSHOT" +ThisBuild / organization := "works.iterative" + lazy val root = (project in file(".")) + .settings(name := "$name$") diff --git a/src/main/g8/default.properties b/src/main/g8/default.properties new file mode 100644 index 0000000..8bda4de --- /dev/null +++ b/src/main/g8/default.properties @@ -0,0 +1,4 @@ +name = iw-project +iw_version = 0.1.0-SNAPSHOT +sbt_version = 1.5.5 +java_version = 11 diff --git a/src/main/g8/project/default.properties b/src/main/g8/project/default.properties deleted file mode 100644 index 0d20198..0000000 --- a/src/main/g8/project/default.properties +++ /dev/null @@ -1,3 +0,0 @@ -iw_version = 0.1.0-SNAPSHOT -sbt_version = 1.5.5 -java_version = 11 \ No newline at end of file diff --git a/src/main/g8/project/project/plugins.sbt b/src/main/g8/project/project/plugins.sbt index fff3bff..1942a84 100644 --- a/src/main/g8/project/project/plugins.sbt +++ b/src/main/g8/project/project/plugins.sbt @@ -1,3 +1,3 @@ resolvers += "IW plugin repository" at "https://maven.pkg.github.com/iterative-works/iw-project-support" -addSbtPlugin("works.iterative.sbt" % "sbt-iw-plugin-presets" % "$iw_version$" \ No newline at end of file +addSbtPlugin("works.iterative.sbt" % "sbt-iw-plugin-presets" % "$iw_version$")