Skip to content

Commit 747dc6a

Browse files
FernandoFernando
authored andcommitted
Updated :: Build.gradle publishing to Jitpack
1 parent 51026dc commit 747dc6a

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

debugMenu/build.gradle.kts

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,11 @@ plugins {
66
}
77

88
publishing {
9-
repositories {
10-
maven {
11-
name = "GitHubPackages"
12-
url = uri("https://maven.pkg.github.com/Tapadoo/DebugMenu")
13-
credentials {
14-
username = providers.gradleProperty("gpr.user").getOrElse("your_github_username")
15-
password = providers.gradleProperty("gpr.token").getOrElse("your_personal_access_token")
16-
}
17-
}
18-
}
19-
209
publications {
2110
register<MavenPublication>("release") {
2211
groupId = "com.tapadoo"
2312
artifactId = "debugmenu"
24-
version = "1.0.1"
25-
13+
version = "1.0.2"
2614

2715
afterEvaluate {
2816
from(components["release"])

0 commit comments

Comments
 (0)