Skip to content

Commit 0c6fc41

Browse files
authored
Feature/add auto build (#6)
* Add auto build and deploy to repo * Change names of variables * Run on publish new tag * Update readme * Update yml * Update URI * Update URI * Update URI
1 parent 7e69c74 commit 0c6fc41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ dependencies {
2525

2626
publishing {
2727
publications {
28+
create<MavenPublication>("maven") {
29+
groupId = "com.eternalcode"
30+
artifactId = "eternalupdater"
31+
version = System.getenv("E_VERSION")
2832

33+
from(components["java"])
34+
}
2935
}
3036
repositories {
3137
maven {

0 commit comments

Comments
 (0)