File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ if [[ -e "build/publications/maven/module.json.asc" ]]; then
28
28
ln -s " ../libs/plantuml-${POM_VERSION} .jar.asc" " ${RELEASE_DIR} /plantuml-SNAPSHOT.jar.asc"
29
29
ln -s " ../libs/plantuml-${POM_VERSION} -javadoc.jar.asc" " ${RELEASE_DIR} /plantuml-SNAPSHOT-javadoc.jar.asc"
30
30
ln -s " ../libs/plantuml-${POM_VERSION} -sources.jar.asc" " ${RELEASE_DIR} /plantuml-SNAPSHOT-sources.jar.asc"
31
- ln -s " ../libs/plantuml-pdf-${POM_VERSION} .jar.asc" " ${RELEASE_DIR} /plantuml-pdf-SNAPSHOT.jar.asc"
32
31
fi
33
32
34
33
echo -n " ${DATE_TIME_UTC} " > " ${RELEASE_DIR} /plantuml-SNAPSHOT.timestamp"
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ if [[ -e "build/publications/maven/module.json.asc" ]]; then
16
16
ln -s " ../libs/plantuml-${POM_VERSION} .jar.asc" " ${RELEASE_DIR} /plantuml-${POM_VERSION} .jar.asc"
17
17
ln -s " ../libs/plantuml-${POM_VERSION} -javadoc.jar.asc" " ${RELEASE_DIR} /plantuml-${POM_VERSION} -javadoc.jar.asc"
18
18
ln -s " ../libs/plantuml-${POM_VERSION} -sources.jar.asc" " ${RELEASE_DIR} /plantuml-${POM_VERSION} -sources.jar.asc"
19
- ln -s " ../libs/plantuml-pdf-${POM_VERSION} .jar.asc" " ${RELEASE_DIR} /plantuml-pdf-SNAPSHOT.jar.asc"
20
19
fi
21
20
22
21
gh release create \
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ val javacRelease = (project.findProperty("javacRelease") ?: "8") as String
8
8
9
9
plugins {
10
10
java
11
- id(" com.github.johnrengelman.shadow" ) version " 7.1.2"
11
+ // use 5.2.0 version because of
12
+ id(" com.github.johnrengelman.shadow" ) version " 5.2.0"
12
13
`maven- publish`
13
14
signing
14
15
}
You can’t perform that action at this time.
0 commit comments