Skip to content

Commit bcdbc93

Browse files
committed
Enable Github Action on PRs
1 parent 81e3666 commit bcdbc93

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- CHANGELOG.md
1515
- LICENSE
1616
- README.md
17+
pull-request:
1718

1819
jobs:
1920
build_linux:

script/build_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def jar(target: str, *content: List[Tuple[str, str]]) -> str:
122122

123123
@functools.lru_cache(maxsize=1)
124124
def lombok():
125-
return fetch_maven('org.projectlombok', 'lombok', '1.18.22')
125+
return fetch_maven('org.projectlombok', 'lombok', '1.18.30')
126126

127127
def delombok(dirs: List[str], target: str, classpath: List[str] = [], modulepath: List[str] = []):
128128
sources = files(*[dir + "/**/*.java" for dir in dirs])

0 commit comments

Comments
 (0)