Skip to content

Commit 7875a35

Browse files
authored
Merge pull request #30 from barnhill/target_maven_central
change deployment target to new maven portal
2 parents 250112f + 2349263 commit 7875a35

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
java: [ '11', '17', '20', '21' ]
16+
java: [ '11', '17', '21' ]
1717

1818
environment: build
1919
steps:

gradle.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled
2+
org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true
23

34
GROUP=com.pnuema.java
4-
VERSION_NAME=2.7.3
5+
VERSION_NAME=2.7.4
56
POM_ARTIFACT_ID=barcode
67

78
POM_NAME=Barcode-Java
@@ -24,4 +25,4 @@ POM_DEVELOPER_NAME=Brad Barnhill
2425
POM_DEVELOPER_URL=https://github.com/barnhill/
2526

2627
RELEASE_SIGNING_ENABLED=true
27-
SONATYPE_HOST=DEFAULT
28+
SONATYPE_HOST=CENTRAL_PORTAL

0 commit comments

Comments
 (0)