File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 22<a href =" https://github.com/mintUI9976/Signal " > <img src =" https://i.postimg.cc/HnjVQNdQ/signal.png " /></a >
33<h2 >A library for java with the native java socket technology and in combination with the custom bytebuffer allocator technology by boonproject</h2 >
44 <hr />
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 >
5+ <a href =" https://github.com/mintUI9976?tab=packages&repo_name=Signal " ><img src =" https://img.shields.io/badge/release-v1.2.4 -9cf " /></a >
66 <a href =" https://github.com/mintUI9976/Signal " ><img src =" https://img.shields.io/github/languages/code-size/mintUI9976/Signal?color=orange " /></a >
77 <a href =" https://github.com/mintUI9976/Signal " ><img src =" https://img.shields.io/tokei/lines/github/mintUI9976/Signal?color=yellow " /></a >
88 <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 11import org.apache.tools.ant.filters.ReplaceTokens
22
3- plugins {
4- id ' java'
5- id ' maven-publish'
6- }
73apply plugin : ' java'
84apply plugin : ' maven-publish'
95
106sourceCompatibility = 1.17 // java 15
117targetCompatibility = 1.17
128
139group ' com.zyonicsoftware.minereaper.signal'
14- version ' v1.2.3 '
10+ version ' v1.2.4 '
1511
1612repositories {
1713 mavenCentral()
@@ -31,13 +27,17 @@ processResources {
3127 duplicatesStrategy = DuplicatesStrategy . INCLUDE
3228}
3329
34- jar {
30+ java {
31+ withSourcesJar()
32+ }
33+
34+ /* jar {
3535 from {
3636 configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
3737 }
3838 duplicatesStrategy = DuplicatesStrategy.EXCLUDE
3939 exclude("META-INF/*.SF", "META-INF/*.DSA", "META-INF/*.RSA")
40- }
40+ }*/
4141
4242publishing {
4343 publications {
You can’t perform that action at this time.
0 commit comments