Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve compilation issues on do-like-javac update #54

Merged
merged 2 commits into from
Sep 10, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions worked-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
projects:
jblas:
giturl: https://github.com/opprop-benchmarks/jblas.git
build: mvn install
build: mvn compile
clean: mvn clean

exp4j:
giturl: https://github.com/opprop-benchmarks/exp4j.git
build: mvn install
build: mvn compile
clean: mvn clean

# Cannot compile with JDK11
Expand All @@ -22,8 +22,8 @@ projects:
# clean: mvn clean

imgscalr:
giturl: https://github.com/thebuzzmedia/imgscalr.git
git-ref: e1e1da77c12570f5c21d2f6ef42f0ce80c3fa092
giturl: https://github.com/opprop-benchmarks/imgscalr.git
git-ref: 492cc8b3e53bcfe3e88fdac4c3bfcf44a0922c3d
build: mvn compile
clean: mvn clean

Expand Down