From c48a9c902e4ebf15fb1156f8c2ddadcbaba45d0a Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 3 Jan 2022 12:15:42 -0800 Subject: [PATCH] Updated dependencies and copyright. --- .idea/codeStyles/Project.xml | 10 ++++++ .idea/codeStyles/codeStyleConfig.xml | 1 + .idea/jarRepositories.xml | 5 +++ .idea/kotlinc.xml | 4 +-- .idea/runConfigurations.xml | 10 ++++++ LICENSE.txt | 2 +- build.gradle.kts | 35 ++++++++++--------- gradle/wrapper/gradle-wrapper.properties | 2 +- samples/java/build.gradle | 2 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- samples/kotlin/build.gradle.kts | 4 +-- .../gradle/wrapper/gradle-wrapper.properties | 2 +- .../thauvin/erik/pinboard/PinboardPoster.kt | 2 +- .../erik/pinboard/PinboardPosterTest.kt | 2 +- 14 files changed, 56 insertions(+), 27 deletions(-) create mode 100644 .idea/codeStyles/Project.xml create mode 100644 .idea/runConfigurations.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..1bec35e --- /dev/null +++ b/.idea/codeStyles/Project.xml @@ -0,0 +1,10 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml index d91f848..23f4bb5 100644 --- a/.idea/codeStyles/codeStyleConfig.xml +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -1,5 +1,6 @@ + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index e5035ca..dd60c24 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -31,5 +31,10 @@