Skip to content

Commit aa475c3

Browse files
authored
Merge pull request #33 from HaleyWang/develop
Develop
2 parents 192f549 + bd1a1aa commit aa475c3

10 files changed

Lines changed: 194 additions & 142 deletions

File tree

ReadMe.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ It allows you to save your command, and run it by double-clicking it.
1414

1515
## Prerequisites
1616
```
17-
java 11+
18-
gradle 4.9+
17+
java 11
18+
#Other versions have not been tested.
19+
#Open JDK
20+
#https://github.com/corretto/corretto-11/releases
1921
```
2022

2123
## Quick start

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
compile 'com.google.guava:guava:25.1-jre'
6262

6363
compile 'com.google.code.gson:gson:2.8.5'
64-
compile 'com.formdev:flatlaf:0.22'
64+
compile 'com.formdev:flatlaf:1.6.5'
6565

6666
compile 'org.swinglabs:swingx:1.6.1'
6767
compile 'javax.annotation:javax.annotation-api:1.3.2'

build/libs/SpringRemote-0.1.jar

324 KB
Binary file not shown.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Sun Apr 19 10:06:36 CST 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-all.zip
31
distributionBase=GRADLE_USER_HOME
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
64
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

gradlew

Lines changed: 154 additions & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)