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

Support Android Gradle 3 #33

Closed

Conversation

Shusshu
Copy link

@Shusshu Shusshu commented Oct 12, 2017

@@ -41,14 +41,17 @@ repositories {
mavenLocal()
mavenCentral()
maven {
url "https://maven.google.com"
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Author

@Shusshu Shusshu Oct 13, 2017

Choose a reason for hiding this comment

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

I know, it depends which version of gradle you use. So this can be changed in a future PR.

Gradle 4.0 doesn't know about google() but would still be able to build everything...

@kenyee
Copy link

kenyee commented Oct 13, 2017

Please merge so we can pull snapshot builds if this doesn't break backwards compatibility w/ AGP 2.3.3

@@ -211,7 +211,7 @@ private static void populateSonarQubeProps(Map<String, Object> properties, List<
// I don't know what is best: ApkVariant::getCompileLibraries() or BaseVariant::getJavaCompile()::getClasspath()
Copy link

Choose a reason for hiding this comment

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

In this case, comments are deprecated

@Shusshu
Copy link
Author

Shusshu commented Oct 19, 2017

If you really need this now. You can always use my branch and build it yourself or use jitpack
See my answer here: https://stackoverflow.com/a/46813528/1228221

@henryju henryju self-assigned this Oct 27, 2017
@henryju
Copy link
Member

henryju commented Oct 30, 2017

Squashed and fixed integration tests in #34. Thanks for your contribution!

@henryju henryju closed this Oct 30, 2017
@Shusshu Shusshu deleted the feature/support-android-gradle-3 branch October 30, 2017 13:38
@jordanjoz1
Copy link

@Shusshu it looks like deleting your branch removed the archive on jitpack. Would you mind keeping that branch around until the official update comes out?

@Shusshu Shusshu restored the feature/support-android-gradle-3 branch October 30, 2017 21:43
@henryju
Copy link
Member

henryju commented Oct 31, 2017

I have deployed a RC1: https://plugins.gradle.org/plugin/org.sonarqube/2.6-rc1
Feedback is welcome.

@ngtignacio
Copy link

2.6-rc1 seems to work ok for me, thanks 👍

@henryju
Copy link
Member

henryju commented Nov 9, 2017

Thanks for the feedback, 2.6 is already out, but better late than never ;)

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