File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- publish / skip := true // root project
2
-
3
1
lazy val scalaTestVersion = " 3.2.3"
4
2
5
3
lazy val commonSettings = Seq (
@@ -39,7 +37,6 @@ lazy val examples = project.in(file("examples"))
39
37
scalaVersion := (swing / scalaVersion).value,
40
38
run / fork := true ,
41
39
fork := true ,
42
- publish / skip := true ,
43
40
)
44
41
45
42
lazy val uitest = project.in(file(" uitest" ))
@@ -49,5 +46,4 @@ lazy val uitest = project.in(file("uitest"))
49
46
scalaVersion := (swing / scalaVersion).value,
50
47
run / fork := true ,
51
48
fork := true ,
52
- publish / skip := true ,
53
49
)
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ isReleaseJob() {
26
26
}
27
27
28
28
if [[ " $SCALAJS_VERSION " == " " ]]; then
29
- projectPrefix=" "
29
+ projectPrefix=" swing/ "
30
30
else
31
- projectPrefix=" "
31
+ projectPrefix=" swingJS/ "
32
32
fi
33
33
34
34
verPat=" [0-9]+\.[0-9]+\.[0-9]+(-[A-Za-z0-9-]+)?"
You can’t perform that action at this time.
0 commit comments