Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
schbrain-parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
framework
schbrain-parent
Commits
674f60c8
"...git@gitlab.schbrain.com:framework/schbrain-parent.git" did not exist on "59534eb70ae9a001f000c71c4d8f56dea258bfac"
Commit
674f60c8
authored
Apr 14, 2023
by
liaozan
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rollback to jdk11
parent
3c5ad759
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
pom.xml
pom.xml
+2
-13
No files found.
pom.xml
View file @
674f60c8
...
...
@@ -44,11 +44,7 @@
<properties>
<revision>
3.0.1-SNAPSHOT
</revision>
<java.version>
11
</java.version>
<spring.cloud-version>
2021.0.5
</spring.cloud-version>
<!-- 2th part versions -->
<schbrain-apollo.version>
${revision}
</schbrain-apollo.version>
<schbrain-base-dao.version>
${revision}
</schbrain-base-dao.version>
...
...
@@ -555,13 +551,6 @@
<artifactId>
xxl-job-core
</artifactId>
<version>
${xxl-job.version}
</version>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-dependencies
</artifactId>
<version>
${spring.cloud-version}
</version>
<type>
pom
</type>
<scope>
import
</scope>
</dependency>
</dependencies>
</dependencyManagement>
...
...
@@ -759,8 +748,8 @@
<configuration>
<rules>
<requireJavaVersion>
<version>
11
</version>
<message>
需要 Java
11
及以上的版本, 请检查 Java 版本设置
</message>
<version>
${java.version}
</version>
<message>
需要 Java
${java.version}
及以上的版本, 请检查 Java 版本设置
</message>
</requireJavaVersion>
</rules>
</configuration>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment