Skip to content

Commit

Permalink
Set javac --release version back to 8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed May 11, 2024
1 parent cf319ae commit 45793aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
except ImportError:
CAFILE = None

javaTargetVersion = '11'
javaTargetVersion = '8'
herokuCmd = 'heroku'
dockerCmd = 'docker'
ghRelCmd = 'github-release' # https://github.com/sideshowbarker/github-release
Expand Down

0 comments on commit 45793aa

Please sign in to comment.