File tree Expand file tree Collapse file tree 2 files changed +2
-30
lines changed
Expand file tree Collapse file tree 2 files changed +2
-30
lines changed Original file line number Diff line number Diff line change 7575 - name : Build project
7676 run : sbt '++ ${{ matrix.scala }}' test
7777
78- - name : Compress target directories
79- run : tar cf targets.tar macros/target core/js/target benchmark/js/target core/target benchmark/target spring/target analyzer/target mongo/target redis/target hocon/target .js/target target jetty/target .jvm/target mongo/js/target project/target
80-
81- - name : Upload target directories
82- uses : actions/upload-artifact@v3
83- with :
84- name : target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}
85- path : targets.tar
86-
8778 publish :
8879 name : Publish Artifacts
8980 needs : [build]
@@ -116,26 +107,6 @@ jobs:
116107 java-version : 17
117108 cache : sbt
118109
119- - name : Download target directories (2.13.11)
120- uses : actions/download-artifact@v3
121- with :
122- name : target-${{ matrix.os }}-2.13.11-${{ matrix.java }}
123-
124- - name : Inflate target directories (2.13.11)
125- run : |
126- tar xf targets.tar
127- rm targets.tar
128-
129- - name : Download target directories (2.12.18)
130- uses : actions/download-artifact@v3
131- with :
132- name : target-${{ matrix.os }}-2.12.18-${{ matrix.java }}
133-
134- - name : Inflate target directories (2.12.18)
135- run : |
136- tar xf targets.tar
137- rm targets.tar
138-
139110 - env :
140111 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
141112 PGP_SECRET : ${{ secrets.PGP_SECRET }}
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ object Commons extends ProjectGroup("commons") {
7979 githubWorkflowEnv ++= Map (
8080 " REDIS_VERSION" -> " 6.2.12" ,
8181 ),
82+ githubWorkflowArtifactUpload := false ,
8283 githubWorkflowJavaVersions := Seq (JavaSpec .temurin(" 11" ), JavaSpec .temurin(" 17" )),
8384 githubWorkflowBuildPreamble ++= Seq (
8485 WorkflowStep .Use (
@@ -386,7 +387,7 @@ object Commons extends ProjectGroup("commons") {
386387 libraryDependencies ++= Seq (
387388 " io.circe" %% " circe-core" % circeVersion,
388389 " io.circe" %% " circe-generic" % circeVersion,
389- " io.circe" %% " circe-jlawn " % circeVersion,
390+ " io.circe" %% " circe-jawn " % circeVersion,
390391 " io.circe" %% " circe-parser" % circeVersion,
391392 " com.lihaoyi" %% " upickle" % upickleVersion,
392393 ),
You can’t perform that action at this time.
0 commit comments