Skip to content

Commit 797aae7

Browse files
committed
gradle
1 parent 843da75 commit 797aae7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build.gradle

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ plugins {
55
id 'maven-publish'
66
}
77

8+
publishing {
9+
publications {
10+
mavenJava(MavenPublication) {
11+
groupId = 'com.github.rere950303'
12+
artifactId = 'apituil'
13+
version = '0.1'
14+
}
15+
}
16+
}
17+
818
group = 'com.github.rere950303'
919
version = '0.0.1-SNAPSHOT'
1020
sourceCompatibility = '11'

0 commit comments

Comments
 (0)