Skip to content

Commit 29dcfb4

Browse files
更改 module-info.java
1 parent 3d0d06a commit 29dcfb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "org.rationalityfrontline.ktrader"
11-
version = "1.1.0"
11+
version = "1.1.1"
1212
val NAME = "ktrader-broker-api"
1313
val DESC = "KTrader Broker API"
1414
val GITHUB_REPO = "ktrader-tech/ktrader-broker-api"

lib/src/main/kotlin/module-info.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module ktrader.broker.api {
2-
requires kotlin.stdlib;
3-
requires static org.pf4j;
2+
requires transitive kotlin.stdlib;
43
requires transitive kevent;
4+
requires static org.pf4j;
55

66
exports org.rationalityfrontline.ktrader.broker.api;
77
}

0 commit comments

Comments
 (0)