Skip to content

Commit

Permalink
Update JIMFS to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kb-1000 committed Mar 5, 2021
1 parent 6df26b3 commit 2e101c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ dependencies {
implementation 'net.fabricmc:tiny-remapper:0.3.0.70'
implementation 'net.fabricmc:access-widener:1.0.0'

implementation 'com.google.jimfs:jimfs:1.2-fabric'
implementation('com.google.jimfs:jimfs:1.2') {
exclude module: 'guava'
}
implementation 'net.fabricmc:fabric-loader-sat4j:2.3.5.4'

// launchwrapper + dependencies
Expand Down Expand Up @@ -212,4 +214,4 @@ task checkVersion {
}
}

publish.mustRunAfter checkVersion
publish.mustRunAfter checkVersion
2 changes: 1 addition & 1 deletion src/main/resources/fabric-installer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "com.google.jimfs:jimfs:1.2-fabric",
"name": "com.google.jimfs:jimfs:1.2",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric-installer.launchwrapper.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"url": "https://maven.fabricmc.net/"
},
{
"name": "com.google.jimfs:jimfs:1.2-fabric",
"name": "com.google.jimfs:jimfs:1.2",
"url": "https://maven.fabricmc.net/"
},
{
Expand Down

0 comments on commit 2e101c1

Please sign in to comment.