Skip to content

Commit

Permalink
Use Java 8 for most of Akka/Pekko projects
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur authored Nov 20, 2023
1 parent b17b015 commit 67a7f98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
1 change: 0 additions & 1 deletion coordinator/configs/custom-projects.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
apache/incubator-pekko-persistence-dynamodb
epfl-lara/lisa
gvolpe/trading
lichess-org/lila
Expand Down
16 changes: 10 additions & 6 deletions coordinator/configs/projects-config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ ajozwik_protoquill-generic {
}

akka_akka {
java.version = 8
// Based on Scala3 managed community build
tests = compile-only
sbt {
commands = [
"set every targetSystemJdk := true",
"disableFatalWarnings"
]
}
sbt.commands = ["disableFatalWarnings"]
}
akka_akka-http.java.version = 8
akka_akka-persistence-cassandra {
java.version = 8
tests = compile-only
}
akka_alpakka.tests = compile-only
akka_akka-management.tests = compile-only
Expand All @@ -56,12 +57,14 @@ apache_incubator-pekko {
tests = compile-only
}
apache_incubator-pekko-grpc{
java.version = 8
projects.exclude = [
// Build issue https://github.com/apache/incubator-pekko-grpc/commit/53f91e8efb0416831483c34ad9ee9c2cccc11d8d#r131335358
"org.apache.pekko%pekko-grpc-codegen"
]
}
apache_incubator-pekko-http {
java.version = 8
projects.exclude = [
# Scalafix supports only Scala2
"pekko-http-scalafix-rules","pekko-http-scalafix-tests",
Expand All @@ -71,6 +74,7 @@ apache_incubator-pekko-http {
]
}
apache_incubator-pekko-connectors-kafka {
java.version = 8
tests = compile-only
}
apache_incubator-pekko-persistence-dynamodb.tests = compile-only
Expand Down

0 comments on commit 67a7f98

Please sign in to comment.