Skip to content

Commit c000863

Browse files
Add back publishing to maven
1 parent 44984e0 commit c000863

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ multimod {
3737
repository = properties["github_repository"] as String
3838
commitish = properties["git_branch"] as String
3939
}
40+
41+
publishToMaven {
42+
name = "eclipseisoffline"
43+
url = uri("https://maven.eclipseisoffline.xyz/releases")
44+
credentials(PasswordCredentials::class)
45+
}
4046
}

0 commit comments

Comments
 (0)