Skip to content

Commit 73b6823

Browse files
committed
Touch each build.sbt to trigger tests REVERT LATER
1 parent f2ecbe9 commit 73b6823

31 files changed

Lines changed: 31 additions & 0 deletions

File tree

java/chatroom/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ lazy val root = (project in file("."))
2525
"-Xlint:deprecation"
2626
)
2727
)
28+

java/compile-di/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ ThisBuild / scalacOptions ++= List("-encoding", "utf8", "-deprecation", "-featur
1515
ThisBuild / javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation", "-Werror")
1616

1717
Test / testOptions := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v"))
18+

java/dagger2/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ lazy val root = (project in file("."))
2424
// Verbose tests
2525
(Test / testOptions) := Seq(Tests.Argument(TestFrameworks.JUnit, "-a", "-v"))
2626
)
27+

java/ebean/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ lazy val root = (project in file("."))
1919
(Test / testOptions) += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
2020
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation", "-Werror")
2121
)
22+

java/fileupload/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ lazy val root = (project in file("."))
1212
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
1313
javacOptions ++= Seq("-Xlint:unchecked", "-Xlint:deprecation", "-Werror")
1414
)
15+

java/forms/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ javacOptions ++= Seq(
2121
"-Xlint:deprecation",
2222
"-Werror"
2323
)
24+

java/grpc/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,4 @@ val TestDeps = Seq(
8181
// open docs/target/paradox/site/main/index.html
8282
lazy val docs = (project in file("docs"))
8383
.enablePlugins(ParadoxPlugin)
84+

java/hello-world/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ crossScalaVersions := Seq("2.13.18", "3.8.3")
1313
scalaVersion := crossScalaVersions.value.head
1414

1515
libraryDependencies += guice
16+

java/jpa/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ lazy val root = (project in file("."))
2323
javacOptions ++= List("-Xlint:unchecked", "-Xlint:deprecation", "-Werror"),
2424
PlayKeys.externalizeResourcesExcludes += baseDirectory.value / "conf" / "META-INF" / "persistence.xml"
2525
)
26+

java/pekko-cluster/build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ libraryDependencies += "org.apache.pekko" %% "pekko-cluster-typed" % pekkoVersio
2424
// Sending messages from a node to another in the Pekko Cluster requires serializing. This
2525
// example application uses the default Pekko Jackson serializer with the CBOR format.
2626
// See also `conf/serialization.conf` and `services.CborSerializable` for more info.
27+

0 commit comments

Comments
 (0)