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

chore: Update coursier.json and run release on Java 8 for the time being #2099

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ jobs:
fetch-depth: 0
- uses: coursier/setup-action@v1
with:
jvm: 'temurin:11.0.18'
jvm: 'temurin:8'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So is this the main culprit here? Because we released on 11?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think so, I will test it on a snapshot version

- uses: actions/setup-node@v3
with:
node-version: "16"
Expand Down
2 changes: 1 addition & 1 deletion etc/bloop-coursier.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"launcherType": "graalvm-native-image",
"prebuilt": "$PREBUILT",
"dependencies": [
"ch.epfl.scala:bloopgun_2.12:$VERSION"
"ch.epfl.scala:bloopgun-core_2.13:$VERSION"
]
}
Loading