Skip to content

Commit

Permalink
fix: 依赖修复
Browse files Browse the repository at this point in the history
  • Loading branch information
unclezs committed Apr 11, 2021
1 parent cc80f3c commit b1b3f7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<img src="https://img.shields.io/github/workflow/status/unclezs/jfx-launcher/Java%20CI%20with%20Gradle" alt="gradle build"/>
</a>
<a href="https://openjdk.java.net/">
<img src="https://img.shields.io/badge/version-1.1.3-blue" alt="版本"/>
<img src="https://img.shields.io/badge/version-1.1.4-blue" alt="版本"/>
</a>
<a href="https://github.com/unclezs/jfx-launcher/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/unclezs/jfx-launcher?color=%2340C0D0&label=License" alt="GitHub license"/>
Expand All @@ -30,14 +30,14 @@
<dependency>
<groupId>com.unclezs</groupId>
<artifactId>jfx-launcher</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
```

### gradle

```groovy
implementation "com.unclezs:jfx-launcher:1.1.3"
implementation "com.unclezs:jfx-launcher:1.1.4"
```

## 原理
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ test {
javafx {
version = "16"
modules = ["javafx.base", "javafx.controls", "javafx.fxml"]
// configuration = "compileOnly"
configuration = "compileOnly"
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
app.version=1.1.3
app.version=1.1.4
org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m -XX:+HeapDumpOnOutOfMemoryError
org.gradle.parallel=true
org.gradle.caching=false
Expand Down

0 comments on commit b1b3f7d

Please sign in to comment.