File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 2
2
<a href =" https://github.com/mintUI9976/Signal " > <img src =" https://i.postimg.cc/HnjVQNdQ/signal.png " /></a >
3
3
<h2 >A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject</h2 >
4
4
<hr />
5
- <a href =" https://github.com/mintUI9976?tab=packages&repo_name=Signal " ><img src =" https://img.shields.io/badge/release-v1.2.2 -9cf " /></a >
5
+ <a href =" https://github.com/mintUI9976?tab=packages&repo_name=Signal " ><img src =" https://img.shields.io/badge/release-v1.2.3 -9cf " /></a >
6
6
<a href =" https://github.com/mintUI9976/Signal " ><img src =" https://img.shields.io/github/languages/code-size/mintUI9976/Signal?color=orange " /></a >
7
7
<a href =" https://github.com/mintUI9976/Signal " ><img src =" https://img.shields.io/tokei/lines/github/mintUI9976/Signal?color=yellow " /></a >
8
8
<a href =" https://github.com/mintUI9976/Signal/blob/master/LICENSE " ><img src =" https://img.shields.io/github/license/mintUI9976/Signal " /></a >
Original file line number Diff line number Diff line change @@ -2,10 +2,16 @@ import org.apache.tools.ant.filters.ReplaceTokens
2
2
3
3
plugins {
4
4
id ' java'
5
+ id ' maven-publish'
5
6
}
7
+ apply plugin : ' java'
8
+ apply plugin : ' maven-publish'
9
+
10
+ sourceCompatibility = 1.17 // java 15
11
+ targetCompatibility = 1.17
6
12
7
13
group ' com.zyonicsoftware.minereaper.signal'
8
- version ' v1.2.2 '
14
+ version ' v1.2.3 '
9
15
10
16
repositories {
11
17
mavenCentral()
32
38
duplicatesStrategy = DuplicatesStrategy . EXCLUDE
33
39
exclude(" META-INF/*.SF" , " META-INF/*.DSA" , " META-INF/*.RSA" )
34
40
}
41
+
42
+ publishing {
43
+ publications {
44
+ maven(MavenPublication ) {
45
+ from components. java
46
+ }
47
+ }
48
+ }
49
+
50
+ wrapper {
51
+ gradleVersion = " 7.2"
52
+ distributionType = Wrapper.DistributionType . ALL
53
+ }
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.2 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments