Skip to content

Commit bc882c2

Browse files
committedApr 23, 2023
🔖 3.0.6
1 parent e3ef33f commit bc882c2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ configure(commons) {
3535

3636
repositories {
3737
mavenLocal()
38+
maven { url "https://maven.aliyun.com/repository/public" }
39+
maven { url "https://maven.aliyun.com/repository/spring" }
40+
maven { url "https://maven.aliyun.com/repository/spring-plugin" }
3841
maven { url "https://repo.spring.io/release" }
3942
maven { url "https://repo.spring.io/milestone" }
4043
mavenCentral()

‎deploy.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/sh
22

33
## 1. java version
4+
export JAVA_HOME=`/usr/libexec/java_home -v 17`
45
java -version
56
printf "\n"
67

0 commit comments

Comments
 (0)