Skip to content

Commit

Permalink
移除 javafx 残留
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-chu committed Dec 3, 2024
1 parent eb17dc6 commit 16f41f6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
<mainClass>com.ghostchu.peerbanhelper.MainJumpLoader</mainClass>
<maven.build.timestamp.format>yyyyMMdd-HHmmss</maven.build.timestamp.format>
<flatlafVersion>3.5.2</flatlafVersion>
<javafx.version>24-ea+5</javafx.version>
<javafx.scope>provided</javafx.scope>
<install4j.home>/opt/install4j</install4j.home>
<ormlite.version>6.1</ormlite.version>
</properties>
Expand Down
2 changes: 0 additions & 2 deletions src/main/java/com/ghostchu/peerbanhelper/BuildMeta.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public final class BuildMeta {
private String branch;
private String commit;
private String abbrev;
private String javafx;
private String compileTime;

public void loadBuildMeta(YamlConfiguration configuration) {
Expand All @@ -23,7 +22,6 @@ public void loadBuildMeta(YamlConfiguration configuration) {
this.commit = configuration.getString("git.commit.id.commit-id");
this.abbrev = configuration.getString("git.commit.id.abbrev");
this.os = System.getProperty("os.name");
this.javafx = configuration.getString("javafx.version");
this.compileTime = configuration.getString("git.build.time");
}

Expand Down
4 changes: 0 additions & 4 deletions src/main/resources/build-info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
maven:
version: "${project.version}"
javafx:
version: "${javafx.version}"
git:
branch: "${git.branch}"
dirty: ${git.dirty}
Expand All @@ -16,8 +14,6 @@ git:
user:
name: "${git.commit.user.name}"
email: "${git.commit.user.email}"
message:
short: "${git.commit.message.short}"
time: "${git.commit.time}"
build:
user:
Expand Down

0 comments on commit 16f41f6

Please sign in to comment.