Skip to content

Commit acb44d7

Browse files
committed
Add custom Lombok 1.18.39 snapshot into lombok folder.
- Base version projectlombok/lombok@94b01e4 along with unmerged fix from projectlombok/lombok#3888 Signed-off-by: Roland Grunberg <[email protected]>
1 parent 4754141 commit acb44d7

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
- name: Clean tests
125125
run: npx gulp clean_test_folder
126126
- name: Prepare Lombok Support
127+
if: false
127128
run: |
128129
npx gulp download_lombok
129130
- name: Prepare Pre-Release

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ gulp.task('download_lombok', async function (done) {
127127
}
128128

129129
await new Promise(function (resolve, reject) {
130-
const lombokVersion = '1.18.36';
130+
const lombokVersion = '1.18.38';
131131
// The latest lombok version can be found on the website https://projectlombok.org/downloads
132132
const lombokUrl = `https://projectlombok.org/downloads/lombok-${lombokVersion}.jar`;
133133
download(lombokUrl)

lombok/lombok-1.18.39-4050.jar

1.93 MB
Binary file not shown.

0 commit comments

Comments
 (0)