Skip to content

Commit

Permalink
Delete procedural remote package
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney committed Sep 17, 2024
1 parent 9af4b3c commit 2189ff7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 488 deletions.

This file was deleted.

42 changes: 21 additions & 21 deletions procedural/remote/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,24 +64,24 @@ dokkaHtmlPartial.configure {
}
}

publishing {
publications {
library(MavenPublication) {
version = findProperty("publishing.version")
from components.java
}
}

publishing {
repositories {
maven {
name = findProperty("publishing.name")
url = findProperty("publishing.url")
credentials {
username = System.getenv(findProperty("publishing.usernameEnvironmentVariable"))
password = System.getenv(findProperty("publishing.passwordEnvironmentVariable"))
}
}
}
}
}
//publishing {
// publications {
// library(MavenPublication) {
// version = findProperty("publishing.version")
// from components.java
// }
// }
//
// publishing {
// repositories {
// maven {
// name = findProperty("publishing.name")
// url = findProperty("publishing.url")
// credentials {
// username = System.getenv(findProperty("publishing.usernameEnvironmentVariable"))
// password = System.getenv(findProperty("publishing.passwordEnvironmentVariable"))
// }
// }
// }
// }
//}

This file was deleted.

Loading

0 comments on commit 2189ff7

Please sign in to comment.