From eb15ed30be7341d6e15cf7b6e056c4acc08e9d84 Mon Sep 17 00:00:00 2001 From: Jeff0029 Date: Fri, 3 Jun 2022 19:00:55 -0400 Subject: [PATCH] New github username 98% sure it's the same user but with an old github name --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e05b143..56cbe25 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id "com.diffplug.spotless" version "5.12.1" } apply plugin: 'com.diffplug.spotless' -apply from: "https://gist.githubusercontent.com/yooksi/${spotlessGistID}/raw/spotless.gradle" +apply from: "https://gist.githubusercontent.com/matshou/${spotlessGistID}/raw/spotless.gradle" // exclude decompiler code from formatting spotless.java {