From 39251ca9671c845334061050ade9f5c9fd2e3db9 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 3 Jan 2022 11:52:09 -0800 Subject: [PATCH] Updated dependencies and copyright. --- .idea/.gitignore | 3 - .idea/codeStyles/Project.xml | 16 ++--- .idea/copyright/Erik_s_Copyright_Notice.xml | 6 ++ .idea/copyright/profiles_settings.xml | 3 + .idea/inspectionProfiles/Project_Default.xml | 9 ++- .idea/jarRepositories.xml | 26 +++----- .idea/kotlinScripting.xml | 6 -- .idea/libraries-with-intellij-classes.xml | 65 ------------------- .idea/misc.xml | 11 ---- LICENSE.txt | 2 +- build.gradle.kts | 30 ++++++--- examples/build.gradle.kts | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- pom.xml | 8 +-- .../thauvin/erik/crypto/CryptoException.kt | 2 +- .../net/thauvin/erik/crypto/CryptoPrice.kt | 2 +- .../thauvin/erik/crypto/CryptoPriceTest.kt | 39 ++++++++++- 18 files changed, 102 insertions(+), 134 deletions(-) delete mode 100644 .idea/.gitignore create mode 100644 .idea/copyright/Erik_s_Copyright_Notice.xml create mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/kotlinScripting.xml delete mode 100644 .idea/libraries-with-intellij-classes.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 26d3352..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index e310056..7d0d0ad 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -2,22 +2,18 @@ - \ No newline at end of file diff --git a/.idea/copyright/Erik_s_Copyright_Notice.xml b/.idea/copyright/Erik_s_Copyright_Notice.xml new file mode 100644 index 0000000..df1b749 --- /dev/null +++ b/.idea/copyright/Erik_s_Copyright_Notice.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml new file mode 100644 index 0000000..1419e40 --- /dev/null +++ b/.idea/copyright/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index f243f08..562d6ca 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -30,7 +30,14 @@