-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Autoaccept super access coming from trusted source & bundle PaperVision
- Loading branch information
1 parent
4dc3bb7
commit de7d7a9
Showing
9 changed files
with
84 additions
and
39 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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
[repositories] | ||
# Declare the URL of the Maven repositories to use, with a friendly name. | ||
# Declare the URL of the Maven repositories to use, with a key name. | ||
# The URL must preferably end with a slash to be handled correctly. | ||
central = "https://repo.maven.apache.org/maven2/" | ||
jitpack = "https://jitpack.io/" | ||
|
||
[plugins] | ||
# Declare the plugin ID and the Maven coordinates of the plugin, similar to how you do it in Gradle. | ||
# (group:artifact:version) which will be used to download the plugin from one of Maven repositories. | ||
# Any dependency that does not have a plugin.toml in its jar will not be considered after download. | ||
# Declare the ID and the Maven coordinates of the plugin (group:artifact:version) | ||
# which will be used to download the plugin from one of Maven repositories specified above. | ||
# Any dependency that does not have a plugin.toml in its jar will not be considered after download. | ||
PaperVision = "org.deltacv.PaperVision:EOCVSimPlugin:1.0.0" |