We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f89a67 commit cc32926Copy full SHA for cc32926
gulpfile.js
@@ -127,7 +127,7 @@ gulp.task('download_lombok', async function (done) {
127
}
128
129
await new Promise(function (resolve, reject) {
130
- const lombokVersion = '1.18.33';
+ const lombokVersion = '1.18.35';
131
// The latest lombok version can be found on the website https://projectlombok.org/downloads
132
const lombokUrl = `https://projectlombok.org/lombok-edge.jar`;
133
download(lombokUrl)
@@ -138,7 +138,7 @@ gulp.task('download_lombok', async function (done) {
138
resolve();
139
});
140
141
- // TODO: Switch to stable version once lombok 1.18.33 is released.
+ // TODO: Switch to stable version once lombok 1.18.35 is released.
142
done();
143
144
0 commit comments