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
Open
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
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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


// Bintray configuration
bintrayBaseUrl = 'https://api.bintray.com/maven'
Expand Down Expand Up @@ -303,3 +303,7 @@ subprojects {
}
}
}

wrapper {
gradleVersion = '3.2.1'
}
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon Dec 23 23:13:38 GMT 2019
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip
#Thu Oct 07 10:48:33 BST 2021
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include 'serenity-jira-plugin', 'serenity-jira-requirements-provider'
include 'serenity-jira-plugin', 'serenity-jira-requirements-provider'