Skip to content

Commit 37e1ca2

Browse files
committed
Release 0.0.60
1 parent 7ff36eb commit 37e1ca2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Java
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: 17
19+
java-version: 20
2020
distribution: temurin
2121

2222
- name: Setup Node.js
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build Server JAR
2828
working-directory: ./server
2929
run: |
30-
mvn clean package -DskipTests
30+
mvn -B -ntp clean package -DskipTests
3131
mkdir -p ../client/server
3232
cp target/language-server-liquidjava.jar ../client/server/
3333

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "liquid-java",
33
"displayName": "LiquidJava",
44
"description": "Extending Java with Liquid Types",
5-
"version": "0.0.59",
5+
"version": "0.0.60",
66
"publisher": "AlcidesFonseca",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)