diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8dabc3f..17b50f1 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -21,7 +21,7 @@ commands:
- sdkman/setup-sdkman
- sdkman/sdkman-install:
candidate: kotlin
- version: 2.0.20
+ version: 2.0.0
- run:
name: Download dependencies
command: ./bld download
diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml
index 7b7a4b9..690e191 100644
--- a/.github/workflows/bld.yml
+++ b/.github/workflows/bld.yml
@@ -13,8 +13,8 @@ jobs:
strategy:
matrix:
- java-version: [17, 21, 22]
- kotlin-version: [1.9.24, 2.0.20]
+ java-version: [ 17, 21, 22 ]
+ kotlin-version: [ 1.9.24, 2.0.0 ]
steps:
- name: Checkout source repository
diff --git a/pom.xml b/pom.xml
index 54a090b..956ddaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
org.jetbrains.kotlin
kotlin-stdlib
- 2.0.20
+ 2.0.0
compile
diff --git a/src/bld/java/net/thauvin/erik/crypto/CryptoPriceBuild.java b/src/bld/java/net/thauvin/erik/crypto/CryptoPriceBuild.java
index c042c08..41f47b6 100644
--- a/src/bld/java/net/thauvin/erik/crypto/CryptoPriceBuild.java
+++ b/src/bld/java/net/thauvin/erik/crypto/CryptoPriceBuild.java
@@ -85,7 +85,6 @@ public class CryptoPriceBuild extends Project {
.withCredentials(property("sonatype.user"), property("sonatype.password"))
: repository(SONATYPE_RELEASES_LEGACY.location())
.withCredentials(property("sonatype.user"), property("sonatype.password")))
- .repository(repository("github"))
.info()
.groupId("net.thauvin.erik")
.artifactId(name)
@@ -166,12 +165,6 @@ public class CryptoPriceBuild extends Project {
pomRoot();
}
- @Override
- public void publishLocal() throws Exception {
- super.publishLocal();
- pomRoot();
- }
-
@BuildCommand(value = "pom-root", summary = "Generates the POM file in the root directory")
public void pomRoot() throws FileUtilsErrorException {
PomBuilder.generateInto(publishOperation().fromProject(this).info(), dependencies(),