File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,7 @@ include "proj/fastscala.conf"
246
246
include "proj/fetch.conf"
247
247
include "proj/finagle.conf"
248
248
include "proj/finch.conf"
249
+ include "proj/formless.conf"
249
250
include "proj/fpinscala.conf"
250
251
include "proj/fs2-chat.conf"
251
252
include "proj/fs2.conf"
Original file line number Diff line number Diff line change
1
+ // https://github.com/scalacommunitybuild/formless.git#community-build-2.13 # was mblink, main
2
+
3
+ // forked (February 2025) to remove the need for a custom resolver
4
+ // for a publishing plugin. we could add the resolver to our Artifactory
5
+ // but I have chosen the lower-effort route of forking
6
+
7
+ vars.proj.formless: ${vars.base} {
8
+ name: "formless"
9
+ uri: "https://github.com/scalacommunitybuild/formless.git#c397613de0efa9ed04caceb4517514f71fbce1ea"
10
+
11
+ extra.exclude: ["docs", "*JS", "*Native"]
12
+ }
Original file line number Diff line number Diff line change @@ -684,6 +684,15 @@ build += {
684
684
sbt-java-options: ${vars.sbt-java-options}
685
685
projects: [${vars.proj.finch}]
686
686
}
687
+ build += {
688
+ space: scala.formless
689
+ check-missing: [false, false]
690
+ cross-version: [disabled, standard]
691
+ extraction-version: ${vars.scala-version}
692
+ sbt-version: ${vars.sbt-version}
693
+ sbt-java-options: ${vars.sbt-java-options}
694
+ projects: [${vars.proj.formless}]
695
+ }
687
696
build += {
688
697
space: scala.fpinscala
689
698
check-missing: [false, false]
@@ -2097,6 +2106,15 @@ build += {
2097
2106
sbt-java-options: ${vars.sbt-java-options}
2098
2107
projects: [${vars.proj.tut}]
2099
2108
}
2109
+ build += {
2110
+ space: scala.twiddles
2111
+ check-missing: [false, false]
2112
+ cross-version: [disabled, standard]
2113
+ extraction-version: ${vars.scala-version}
2114
+ sbt-version: ${vars.sbt-version}
2115
+ sbt-java-options: ${vars.sbt-java-options}
2116
+ projects: [${vars.proj.twiddles}]
2117
+ }
2100
2118
build += {
2101
2119
space: scala.twirl
2102
2120
check-missing: [false, false]
You can’t perform that action at this time.
0 commit comments