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

Add Gradle wrapper to allow building by Jitpack #28

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

Conversation

jahunt1
Copy link

@jahunt1 jahunt1 commented Aug 9, 2022

This change adds the Gradle wrapper to the project. Having the Gradle wrapper under VCS will allow the latest versions of the SDK to be built by Jitpack.io. I think this is desirable since jcenter() is no longer publicly available.

The latest builds for this repository have failed: https://jitpack.io/#kissmetrics/KISSmetrics-Android-SDK.

Looking at the log for the 2.3.1 build:

Found gradle
Gradle build script
WARNING: gradle/wrapper/gradle-wrapper.jar does not exist! Needs to be committed.

ERROR: Gradle wrapper not found. Please add. Using default gradle to build.

When building the script falls back to Gradle 4.8.1 which is not recent enough to be able to build the jars.

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