Skip to content

Commit 4884b88

Browse files
author
Nigel.Zheng
committed
chore: add maven publish configuration
1 parent 1ceff93 commit 4884b88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ dependencies {
3939

4040
compileOnly group: 'javax.servlet', name: 'javax.servlet-api', version: '4.0.1'
4141
}
42+
43+
publishing {
44+
publications {
45+
maven(MavenPublication) {
46+
from components.java
47+
}
48+
}
49+
}

0 commit comments

Comments
 (0)