Skip to content

Commit

Permalink
chore(maven): Support Sonatype Portal Publisher API
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Mar 13, 2024
1 parent 07633ac commit 49de4e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion easypeel-method-security/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.vanniktech.maven.publish' version "0.27.0"
id 'com.vanniktech.maven.publish' version "0.28.0-rc1"
id 'io.github.goooler.shadow' version '8.1.6'
// id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'java-library'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ springVersion=3.2.2
compileTestingVersion=0.21.0
awaitilityVersion=4.2.0
# For deploy to maven central
SONATYPE_HOST=S01
SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_CONNECT_TIMEOUT_SECONDS=300

0 comments on commit 49de4e6

Please sign in to comment.