Skip to content

Commit 259a6f0

Browse files
authored
Feature/add auto build (#7)
* 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 * Add javadocs and sources JAR
1 parent 0c6fc41 commit 259a6f0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import java.net.URI
2-
31
plugins {
42
`java-library`
53
`maven-publish`
@@ -8,6 +6,11 @@ plugins {
86
group = "com.eternalcode"
97
version = System.getenv("E_VERSION")
108

9+
java {
10+
withJavadocJar()
11+
withSourcesJar()
12+
}
13+
1114
repositories {
1215
mavenCentral()
1316
}

0 commit comments

Comments
 (0)