We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5941e00 commit d17e915Copy full SHA for d17e915
.gitignore
@@ -8,4 +8,5 @@ bin
8
9
build/
10
bin/
11
-memory/
+memory/
12
+docs/
build.gradle
@@ -1,7 +1,6 @@
1
2
plugins {
3
- id 'java'
4
- id 'java-gradle-plugin'
+ id 'java'
5
id 'maven-publish'
6
}
7
@@ -59,4 +58,10 @@ publishing {
59
58
60
61
+ publications {
62
+ maven(MavenPublication) {
63
+ artifactId = "bigarraylist"
64
+ from components.java
65
+ }
66
67
0 commit comments