https://linen.dev logo
r

Roshan George

12/11/2020, 9:00 PM
Had to apply the following to get it to compile on Ubuntu 20.04.1 LTS
Copy code
diff --git a/build.gradle b/build.gradle
index 71239569..ad8fcaa2 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,7 +1,7 @@
 plugins {
     id 'base'
     id 'pmd'
-    id 'com.diffplug.spotless' version '5.7.0'
+    id 'com.diffplug.spotless' version '5.8.2'
 }
Or suffer a
Copy code
Unable to store input properties for task ':com.diffplug.closet:spotlessJava'. Property 'steps' with value '[com.diffplug.spotless.FormatterStepImpl$Standard@2ac4ffae]' cannot be serialized.
u

user

12/11/2020, 9:01 PM
Copy code
➜  airbyte git:(master) ✗ java -version
openjdk version "14.0.2" 2020-07-14
OpenJDK Runtime Environment (build 14.0.2+12-Ubuntu-120.04)
OpenJDK 64-Bit Server VM (build 14.0.2+12-Ubuntu-120.04, mixed mode, sharing)
➜  airbyte git:(master) ✗ lsb_release -d
Description:	Ubuntu 20.04.1 LTS
➜  airbyte git:(master) ✗ uname -a
Linux popper 5.4.0-56-generic #62-Ubuntu SMP Mon Nov 23 19:20:19 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
u

user

12/11/2020, 9:02 PM
you mind submitting it as a PR?
u

user

12/11/2020, 9:02 PM
i will merge.
u

user

12/11/2020, 9:16 PM
I'm just going to verify this isn't a heisenbug
u

user

12/11/2020, 9:25 PM
Well, I can't reproduce it on repeated builds so I'm going to leave it unchanged 🙂
u

user

12/11/2020, 9:25 PM
(maybe I should have just run
./gradlew build
twice in the first place)
u

user

12/11/2020, 9:32 PM
hahaha. okay.
11 Views