We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b31c8a commit d6edee1Copy full SHA for d6edee1
2 files changed
.github/workflows/go.yml
@@ -234,7 +234,7 @@ jobs:
234
-Dpackaging="${PACK}" \
235
-Dfile="${FOUT}" \
236
-DrepositoryId="${REPO_OSSRH}" \
237
- -DpomFile=pom.xml \
+ -DpomFile=ossrhpom.xml \
238
-Dgpg.keyname==C3F3F4A160BB2CFFB5528699F19CE6642C40085C \
239
-Dsources="${SOURCES}" \
240
-Durl="https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
pom.xml ossrhpom.xmlpom.xml renamed to ossrhpom.xml
@@ -12,7 +12,7 @@
12
<groupId>com.celzero</groupId>
13
<artifactId>firestack</artifactId>
14
<version>0.1</version>
15
- <packaging>aar</packaging>
+ <packaging>jar</packaging>
16
17
<name>Firestack</name>
18
<description> Userspace wireguard and network monitor.</description>
0 commit comments