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

fix gradlew to correct version and lock core from snapshot to release #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

green-ben
Copy link

This will allow the plugin to be built with gradlew as the version of gradlew was 6 but the project seems to require 3

@@ -37,7 +37,7 @@ subprojects {
}

ext {
serenityCoreVersion = "2.3.13-SNAPSHOT"
serenityCoreVersion = "2.3.13"
Copy link
Author

Choose a reason for hiding this comment

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

fixed version to the released version of core =D

@green-ben
Copy link
Author

@wakaleo Could I get a review of this pr please =D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant