-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix code style inconsistencies; Add opel placeholder evaluator as add…
…on to prevent all of its dependencies from being included
- Loading branch information
shitzuu
committed
Aug 15, 2024
1 parent
af013bc
commit 09b3ddc
Showing
8 changed files
with
13 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,11 @@ | ||
[versions] | ||
allegro-opel = "1.1.14" | ||
apache-commons-lang3 = "3.16.0" | ||
spotify-completable-futures = "0.3.6" | ||
futures = "0.3.6" | ||
adventure = "4.17.0" | ||
parboiled = "1.4.1" | ||
|
||
[libraries] | ||
opel = { module = "pl.allegro.tech:opel", version.ref = "allegro-opel" } | ||
lang = { module = "org.apache.commons:commons-lang3", version.ref = "apache-commons-lang3" } | ||
futures = { module = "com.spotify:completable-futures", version.ref = "spotify-completable-futures" } | ||
futures = { module = "com.spotify:completable-futures", version.ref = "futures" } | ||
adventure-api = { module = "net.kyori:adventure-api", version.ref = "adventure" } | ||
adventure-minimessage = { module = "net.kyori:adventure-text-minimessage", version.ref = "adventure" } | ||
parboiled = { module = "org.parboiled:parboiled-java", version.ref = "parboiled" } | ||
|
||
[bundles] | ||
adventure = ["adventure-api", "adventure-minimessage"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
honey-common/src/dev/shiza/honey/opel/OpelImplicitConversion.java
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
honey-common/src/dev/shiza/honey/opel/OpelImplicitConversionBatch.java
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
honey-common/src/dev/shiza/honey/opel/OpelPlaceholderEvaluator.java
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
honey-common/src/dev/shiza/honey/opel/OpelPlaceholderEvaluatorFactory.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters