tirbofish/dropbear · diff
some build stuff
Signature present but could not be verified.
Unverified
@@ -1,2 +0,0 @@ -GITHUB_USERNAME=your-github-username -GITHUB_TOKEN=your-personal-access-token @@ -146,33 +146,34 @@ tasks.register<JavaCompile>("generateJniHeaders") { dependsOn("compileKotlinJvm") } -publishing { - repositories { - maven { - name = "GitHubPackages" - url = uri("https://maven.pkg.github.com/4tkbytes/dropbear") - - val isPublishing = gradle.startParameter.taskNames.any { - it.contains("publish", ignoreCase = true) - } - - if (isPublishing) { - val dotenv = io.github.cdimascio.dotenv.dotenv() - credentials { - username = dotenv["GITHUB_USERNAME"] - password = dotenv["GITHUB_TOKEN"] - } - } - } - } - - publications { - create<MavenPublication>("release") { - groupId = group as String? - artifactId = rootProject.name - version = version - - from(components["kotlin"]) - } - } -} +// switched to jitpack now :) +//publishing { +// repositories {
Large diffs are not rendered by default. Showing the first 50 of 1088 lines. Show full diff