Skip to content

Commit

Permalink
Update provider to version 1.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamebuster19901 committed Aug 8, 2024
1 parent 68e5eda commit df308d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ task processSource(type: Sync) {
inputs.property 'providerVersion', providerVersion
inputs.property 'asmVersion', asmVersion
inputs.property 'fabricLoaderVersion', fabricLoaderVersion
inputs.property 'wilderLoaderVersion', wilderLoaderVersion

//dependencies for building and running WilderWorkspace gradle plugin itself
inputs.property 'commonsIOVersion', commonsIOVersion
Expand All @@ -67,7 +66,6 @@ task processSource(type: Sync) {
providerVersion: providerVersion,
asmVersion: asmVersion,
fabricLoaderVersion: fabricLoaderVersion,
wilderLoaderVersion: wilderLoaderVersion,

//dependencies for building and running WilderWorkspace gradle plugin itself
commonsIOVersion: commonsIOVersion,
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ tinyMappingsVersion = 0.3.0+
mixinVersion = 0.15.0+mixin.0.8.7
guavaVersion = 33.2.1-jre
gsonVersion = 2.11.0
providerVersion = 1.3.1.0
providerVersion = 1.4.0.0
asmVersion = 9.7
fabricLoaderVersion = 0.16.0
wilderLoaderVersion = 1.1.0.0

#dependencies for building and running WilderWorkspace gradle plugin itself
commonsIOVersion = 2.16.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ public enum WWProjectDependency implements Dependency {
commonsText(fabricDep, "org.apache.commons", "commons-text", "@commonsTextVersion@"),
accessWidener(fabricDep, "net.fabricmc", "access-widener", "@accessWidenerVersion@"),
tinyMappingsParser(fabricDep, "net.fabricmc", "tiny-mappings-parser", "@tinyMappingsVersion@"),
mixin(fabricDep, "org.spongepowered", "mixin", "@mixinVersion@"),
mixin(fabricDep, "net.fabricmc", "sponge-mixin", "@mixinVersion@"),
guava(fabricDep, "com.google.guava", "guava", "@guavaVersion@"),
gson(fabricDep, "com.google.code.gson", "gson", "@gsonVersion@"),
gameProvider(fabricDep, "com.wildermods", "provider", "@providerVersion@", "https://wildermods.com/WildermythGameProvider.git"),

asm(fabricDep, "org.ow2.asm", "asm", "@asmVersion@"),
asmAnalysis(fabricDep, "org.ow2.asm", "asm-analysis", "@asmVersion@"),
Expand All @@ -49,8 +48,7 @@ public enum WWProjectDependency implements Dependency {


fabricLoader(fabricImpl, "net.fabricmc", "fabric-loader", "@fabricLoaderVersion@"),
wilderLoader(fabricImpl, "com.wildermods", "wilderloader", "@wilderLoaderVersion@", "https://wildermods.com/WilderLoader.git")

gameProvider(fabricImpl, "com.wildermods", "provider", "@providerVersion@", "https://wildermods.com/WildermythGameProvider.git"),
;

private final ProjectDependencyType type;
Expand Down

0 comments on commit df308d9

Please sign in to comment.