Skip to content

Commit 1b68bbf

Browse files
committed
update to latest plugin
1 parent 726048d commit 1b68bbf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/site.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
# see https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#adding-a-system-path
3131
- name: make sure bin directory exists
3232
run: mkdir -p "$THISDIR/bin"
33-
- name: get latest plantuml;
33+
#need the latest plantuml for entity relation diagrams - the ubuntu packaged one is quite old
34+
- name: get latest plantuml
3435
run: |
3536
echo "$THISDIR/bin" >> "$GITHUB_PATH"
3637
curl -L -o plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2026.1/plantuml-1.2026.1.jar
@@ -43,6 +44,7 @@ jobs:
4344
- name: Setup Gradle
4445
uses: gradle/actions/setup-gradle@v4
4546

47+
#run with the headless environment explicitly
4648
- name: create site
4749
uses: coactions/setup-xvfb@v1
4850
with:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
// this plugin provides all the vo-dml functionality
3-
id("net.ivoa.vo-dml.vodmltools") version "0.5.29"
3+
id("net.ivoa.vo-dml.vodmltools") version "0.5.30"
44
// id("org.kordamp.gradle.jandex") version "1.1.0"
55
}
66

0 commit comments

Comments
 (0)