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 9e67e45 commit c867509Copy full SHA for c867509
.gitignore
@@ -2,4 +2,5 @@
2
/abi-parser-simple/target/
3
/abi-parser-spring/target/
4
/abi-parser-microprofile/target/
5
-.idea/
+.idea/
6
+.env
jreleaser.toml
@@ -0,0 +1,16 @@
1
+[signing]
+active = "ALWAYS"
+armored = true
+
+[deploy.maven.nexus2.maven-central]
7
+url = "https://s01.oss.sonatype.org/service/local"
8
+snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
9
+stagingRepositories = ["target/staging-deploy"]
10
+closeRepository = true
11
+releaseRepository = true
12
13
+[release.github]
14
+enabled = true
15
+owner = "OpenElements"
16
+name = "solidity-enterprise-java"
0 commit comments