-
Notifications
You must be signed in to change notification settings - Fork 5
(major/non-breaking?) Modules Refactor #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 47 commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
55bb636
Initial move
jcxldn c2586e0
Use shadow to create an uber jar, create uber sources, don't run java…
jcxldn 8298897
Add project-wide reporting for test completion and coverage
jcxldn 2b8cc4d
Add project-wide javadocs
jcxldn ddc7a8b
Don't use shadow for root uberjar building for now
jcxldn 090ac31
Ignore md and mockmaker for license formatter
jcxldn c26072c
Clean up build.gradle comments
jcxldn 8fa1a4f
Create initial allprojects and subprojects
jcxldn 5194f2a
Remove sources task back to subprojects
jcxldn 2dba8de
Initial subproject publishing support
jcxldn dc02136
Add local testing maven repo
jcxldn 3ec2a1a
Try setting UTF8 for agregateJavadoc
jcxldn ed2707c
Try running javadoc instead of aggregateJavadoc
jcxldn 8c7fc4a
Javadoc fixes, part 3!
jcxldn 3d11785
Move repositories to allprojects
jcxldn adc439b
Create a libs-all folder for all jars
jcxldn fd4410a
Simplify copyJars by just copying modules into existing uber libs folder
jcxldn d712d49
(ci): Publish to local testing repo, artifact and display output
jcxldn 65ca953
Deprecate bukkit.nms; pending removal
jcxldn 57419ee
fix skye formatting complaints
kaylendog 3d2ca6b
consistent quoting
kaylendog 10d514d
make bracketing consistent
kaylendog d699772
Add better comments to common's build.gradle
jcxldn d0f127f
Remove the old build.gradle
jcxldn 81a3413
Fix comment
jcxldn d322b65
Bump version to 2.2.0
jcxldn 5741c89
Rewrite the configuration package (very basic for now) (#98)
jcxldn 767627b
Use the correct nullable import
jcxldn 051a405
(initial): only depend on bungee / bukkit in their respective subproj…
jcxldn b010d11
Use newer JUnit 5 imports for tests
jcxldn a73b33d
Move ServerVersion to it's own subproject so that we don't depend on …
jcxldn cbbcadb
Add :common:serverversion to common jar and sources output
jcxldn 4e46e35
Move the config rewrite to it's own project
jcxldn c811cfe
Rename configuration package to config
jcxldn 5abc3f0
Remove unused imports, don't use wildcard imports
jcxldn 1c3bcae
Bump version to 3.0
jcxldn 06bb9c8
Improve code style
jcxldn eff08bd
Add custom configuration for resources
jcxldn 8e9c86e
gradle 7 prep - migrate away from using compile
jcxldn 04094c0
Add spotless for license headers
jcxldn 1ea61fc
Adjust gprSubprojects debug output
jcxldn 6418bba
Edit aggregate-javadoc comment
jcxldn 1bdf593
Update since annotations from #77
jcxldn 959e7f7
Add since annotations to #92
jcxldn cd4402f
Add since annotations to #72
jcxldn 7ee75f3
Add browseJavadoc, allow frames support (#103)
aakatz3 53fd378
Bump classgraph to 4.8.103
jcxldn 5a0d96e
Use semver for versioning
jcxldn f02fdf4
Add extra newline
jcxldn 264b703
Ignore :common:serverversion when publishing
jcxldn 44baa18
Bump classgraph to 4.8.104
jcxldn File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -52,4 +52,4 @@ bin | |
| *.code-workspace | ||
|
|
||
| # Generated resources | ||
| src/main/resources/generated/* | ||
| common/src/main/resources/generated/* | ||
This file contains hidden or 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,2 +1,4 @@ | ||
| Copyright (c) 2020-${year} DumbDogDiner <dumbdogdiner.com>. All rights reserved. | ||
| Licensed under the MIT license, see LICENSE for more information... | ||
| /* | ||
| * Copyright (c) 2020-$YEAR DumbDogDiner <dumbdogdiner.com>. All rights reserved. | ||
| * Licensed under the MIT license, see LICENSE for more information... | ||
| */ | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.