mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-06-30 20:56:41 +00:00
Adjusted Command Processing
Completion annotations have been moved to top level, from per method, for a much clearer understanding of how the annotation should be used.
This commit is contained in:
@ -59,6 +59,12 @@ subprojects {
|
||||
weight = 0
|
||||
}
|
||||
}
|
||||
|
||||
javadoc {
|
||||
options {
|
||||
encoding = 'UTF-8'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.register('buildChain') {
|
||||
|
Reference in New Issue
Block a user