File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,13 @@ plugins {
5
5
}
6
6
7
7
repositories {
8
+ mavenLocal()
8
9
mavenCentral()
10
+ maven(" https://jitpack.io" )
9
11
}
10
12
11
13
group = " com.purenex"
12
- version = " 1.0-SNAPSHOT "
14
+ version = " 1.1 "
13
15
14
16
dependencies {
15
17
implementation(" jline:jline:2.14.6" )
@@ -51,9 +53,14 @@ tasks {
51
53
}
52
54
53
55
publishing {
54
- publications {
55
- register<MavenPublication >(" gpr" ) {
56
- from(components[" java" ])
56
+ publications.create<MavenPublication >(" maven" ) {
57
+ from(components[" java" ])
58
+ pom {
59
+ repositories {
60
+ mavenLocal()
61
+ mavenCentral()
62
+ maven(" https://jitpack.io" )
63
+ }
57
64
}
58
65
}
59
66
}
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ pluginManagement {
4
4
}
5
5
}
6
6
7
- rootProject.name = " newpure "
7
+ rootProject.name = " Pure "
You can’t perform that action at this time.
0 commit comments