Skip to content

Commit cc32926

Browse files
committed
Update embedded lombok library name to reflect actual version.
- The edge release is now targeting 1.18.35 Signed-off-by: Roland Grunberg <[email protected]>
1 parent 0f89a67 commit cc32926

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gulpfile.js

Lines changed: 2 additions & 2 deletions
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.33';
130+
const lombokVersion = '1.18.35';
131131
// The latest lombok version can be found on the website https://projectlombok.org/downloads
132132
const lombokUrl = `https://projectlombok.org/lombok-edge.jar`;
133133
download(lombokUrl)
@@ -138,7 +138,7 @@ gulp.task('download_lombok', async function (done) {
138138
resolve();
139139
});
140140
});
141-
// TODO: Switch to stable version once lombok 1.18.33 is released.
141+
// TODO: Switch to stable version once lombok 1.18.35 is released.
142142
done();
143143
});
144144

0 commit comments

Comments
 (0)