kitgit

tirbofish/dropbear · commit

a6c1408a239590aeda6e091f1ccccf009ecc9299

stop bothering about missing .env file

Unverified

tk <4tkbytes@pm.me> · 2025-10-09 12:42

view full diff

diff --git a/build.gradle.kts b/build.gradle.kts
index a1e83d8..62b6e69 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -121,11 +121,10 @@ tasks.register<JavaCompile>("generateJniHeaders") {
     dependsOn("compileKotlinJvm")
 }
 
-val dotenv = io.github.cdimascio.dotenv.dotenv()
-
 publishing {
     repositories {
         maven {
+            val dotenv = io.github.cdimascio.dotenv.dotenv()
             name = "GitHubPackages"
             url = uri("https://maven.pkg.github.com/4tkbytes/dropbear")
             credentials {