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 812613b commit ae058c7Copy full SHA for ae058c7
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.28';
+ const lombokVersion = '1.18.30';
131
// The latest lombok version can be found on the website https://projectlombok.org/downloads
132
const lombokUrl = `https://projectlombok.org/downloads/lombok-${lombokVersion}.jar`;
133
download(lombokUrl)
0 commit comments