Skip to content

Commit

Permalink
🔖 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Apr 23, 2023
1 parent e3ef33f commit bc882c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ configure(commons) {

repositories {
mavenLocal()
maven { url "https://maven.aliyun.com/repository/public" }
maven { url "https://maven.aliyun.com/repository/spring" }
maven { url "https://maven.aliyun.com/repository/spring-plugin" }
maven { url "https://repo.spring.io/release" }
maven { url "https://repo.spring.io/milestone" }
mavenCentral()
Expand Down
1 change: 1 addition & 0 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh

## 1. java version
export JAVA_HOME=`/usr/libexec/java_home -v 17`
java -version
printf "\n"

Expand Down

0 comments on commit bc882c2

Please sign in to comment.