Skip to content

Commit c867509

Browse files
committed
release preparation
1 parent 9e67e45 commit c867509

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/abi-parser-simple/target/
33
/abi-parser-spring/target/
44
/abi-parser-microprofile/target/
5-
.idea/
5+
.idea/
6+
.env

jreleaser.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[signing]
2+
active = "ALWAYS"
3+
armored = true
4+
5+
[deploy.maven.nexus2.maven-central]
6+
active = "ALWAYS"
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

Comments
 (0)