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

Publish latest version to Maven Central, now that JCenter will be sunset #3

Open
karol-prz opened this issue Jun 1, 2021 · 1 comment

Comments

@karol-prz
Copy link

Jcenter is being sunset so do you have any plans to start releasing versions to Maven?

Thanks!

@PhilTdr
Copy link

PhilTdr commented Sep 1, 2023

On the develop branch there were changes to the use of jitpack. The current version there is 1.0.6.
For me the following worked:

implementation 'com.github.ironSource.dslint:dslint:1.0.6'
implementation 'com.github.ironSource.dslint:dslint-annotations:1.0.6'
lintPublish 'com.github.ironSource.dslint:dslint-checks:1.0.6'

(and do not forget to add jitpack in your root build.gradle)

allprojects {
	repositories {
		maven { url 'https://jitpack.io' }
	}
}

Would be nice if this was also in the readme.

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

No branches or pull requests

2 participants