Skip to content

Commit

Permalink
Enable Github Action on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Jan 3, 2024
1 parent 81e3666 commit bcdbc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- CHANGELOG.md
- LICENSE
- README.md
pull-request:

jobs:
build_linux:
Expand Down
2 changes: 1 addition & 1 deletion script/build_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def jar(target: str, *content: List[Tuple[str, str]]) -> str:

@functools.lru_cache(maxsize=1)
def lombok():
return fetch_maven('org.projectlombok', 'lombok', '1.18.22')
return fetch_maven('org.projectlombok', 'lombok', '1.18.30')

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

0 comments on commit bcdbc93

Please sign in to comment.