This repository was archived by the owner on Jan 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Update dependencies #48
Draft
NebelNidas
wants to merge
5
commits into
FabricMC:master
Choose a base branch
from
NebelNidas:update-dependencies
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
c793aa2
Add checkstyle and update README
NebelNidas aa0b9ee
Link alternatives in README
NebelNidas 3d332db
Update dependencies; clean up buildscript
NebelNidas fe22905
Use Shadow plugin for fat JAR generation
NebelNidas 1d80a3f
Use Spotless for license headers
NebelNidas 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| # FabricMC editorconfig v1.0 | ||
|
|
||
| root = true | ||
|
|
||
| [*] | ||
| charset = utf-8 | ||
| indent_style = tab | ||
| indent_size = 4 | ||
| end_of_line = lf | ||
| insert_final_newline = true | ||
| trim_trailing_whitespace = true | ||
|
|
||
| [*.{gradle,java}] | ||
| ij_continuation_indent_size = 8 | ||
| ij_java_imports_layout = $*,|,java.**,|,javax.**,|,*,|,net.fabricmc.** | ||
| ij_java_class_count_to_use_import_on_demand = 999 | ||
|
|
||
| [*.{yml,yaml,json,toml,mcmeta}] | ||
| indent_size = 2 | ||
|
|
||
| [*.{yml,yaml,properties}] | ||
| indent_style = space | ||
|
|
||
| [*.bat] | ||
| end_of_line = crlf |
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,11 +1,36 @@ | ||
| local/ | ||
| # FabricMC gitignore v1.0 | ||
|
|
||
| # Gradle | ||
| .gradle/ | ||
| out/ | ||
| build/ | ||
| out/ | ||
| classes/ | ||
|
|
||
| # IntelliJ Idea | ||
| .idea/ | ||
| *.iml | ||
| *.ipr | ||
| *.iws | ||
|
|
||
| # eclipse | ||
| # Eclipse | ||
| .eclipse/ | ||
| *.launch | ||
|
|
||
| # VS Code | ||
| .vscode/ | ||
| .settings/ | ||
| bin/ | ||
| .classpath | ||
| .project | ||
|
|
||
| # Fleet | ||
| .fleet/ | ||
|
|
||
| # MacOS | ||
| *.DS_Store | ||
|
|
||
| # Java | ||
| hs_err_*.log | ||
| replay_*.log | ||
| *.hprof | ||
| *.jfr |
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,13 +1,16 @@ | ||
| Copyright (c) 2016, 2017, 2018, 2019 FabricMC | ||
| /* | ||
| * Copyright (c) 2016, 2017, 2018, 2019 FabricMC | ||
| * | ||
| * Licensed under the Apache License, Version 2.0 (the "License"); | ||
| * you may not use this file except in compliance with the License. | ||
| * You may obtain a copy of the License at | ||
| * | ||
| * http://www.apache.org/licenses/LICENSE-2.0 | ||
| * | ||
| * Unless required by applicable law or agreed to in writing, software | ||
| * distributed under the License is distributed on an "AS IS" BASIS, | ||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| * See the License for the specific language governing permissions and | ||
| * limitations under the License. | ||
| */ | ||
|
|
||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
|
|
||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. |
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 +1,8 @@ | ||
| # Stitch | ||
| Stitch is a set of tools for working with and updating mappings in the `.tiny` format. | ||
|
|
||
| Over the last few years, large parts of its functionality have been made redundant by other tools though, and nowadays, it's mostly only used for [intermediary generation and updating](https://fabricmc.net/wiki/tutorial:updating_yarn). | ||
|
|
||
| Preferable alternatives: | ||
| - [Mapping IO](https://github.com/FabricMC/mapping-io) for reading/writing/converting mappings | ||
| - [Name Proposal](https://github.com/FabricMC/name-proposal) for proposing names in Enigma |
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
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.
Uh oh!
There was an error while loading. Please reload this page.