Skip to content

Commit

Permalink
jdk11 to jdk17 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhcoder committed Oct 24, 2024
1 parent c5fd600 commit 5a26f1f
Show file tree
Hide file tree
Showing 162 changed files with 54,719 additions and 1,401 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ pipeline {
agent any
/*
tools {
maven "MAVEN3.8"
maven "maven3"
}
*/
environment {
NEXUS_VERSION = "nexus3"
NEXUS_PROTOCOL = "http"
NEXUS_URL = "IP:8081"
NEXUS_URL = "172.31.40.209:8081"
NEXUS_REPOSITORY = "vprofile-release"
NEXUS_REPO_ID = "vprofile-release"
NEXUS_CREDENTIAL_ID = "nexuslogin"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Prerequisites
#
- JDK 11
- Maven 3.8
- MySQL 8.1
- Maven 3
- MySQL 8

# Technologies
- Spring MVC
Expand Down
Loading

0 comments on commit 5a26f1f

Please sign in to comment.