Skip to content

Instantly share code, notes, and snippets.

View 3flex's full-sized avatar

Matthew Haughton 3flex

View GitHub Profile
@3flex
3flex / metadata.diff
Last active May 6, 2021 12:35
detekt-cli Gradle metadata diff 1.16.0 to 3743-fix
diff --git a/detekt-cli-1.16.0.module b/module.json
index 0a5eccb..c189648 100644
--- a/detekt-cli-1.16.0.module
+++ b/module.json
@@ -10,8 +10,7 @@
},
"createdBy": {
"gradle": {
- "version": "6.8.2",
- "buildId": "eo4usfbkprabblbga5ixl56z7e"
@3flex
3flex / metadata.diff
Created May 5, 2021 23:32
detekt-cli Gradle metadata diff 1.16.0..1.17.0-RC2
diff --git a/detekt-cli-1.16.0.module b/detekt-cli-1.17.0-RC2.module
index 0a5eccb..0d3f090 100644
--- a/detekt-cli-1.16.0.module
+++ b/detekt-cli-1.17.0-RC2.module
@@ -3,15 +3,14 @@
"component": {
"group": "io.gitlab.arturbosch.detekt",
"module": "detekt-cli",
- "version": "1.16.0",
+ "version": "1.17.0-RC2",
C:\Users\Matt\AndroidStudioProjects\gradle-stackoverflowerror>gradlew help --scan --stacktrace
FAILURE: Build failed with an exception.
* Where:
Build file 'C:\Users\Matt\AndroidStudioProjects\gradle-stackoverflowerror\build.gradle' line: 2
* What went wrong:
An exception occurred applying plugin request [id: 'org.jetbrains.intellij', version: '0.6.5']
> Failed to apply plugin 'org.jetbrains.intellij'.
import static java.util.concurrent.TimeUnit.MILLISECONDS;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ProgressBar;
import android.widget.Toast;