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 b19348f commit 03c4042Copy full SHA for 03c4042
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.34';
+ const lombokVersion = '1.18.36';
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