From fc6d9aca60f605a0c53aadbb9489b1937ec4b9f7 Mon Sep 17 00:00:00 2001 From: Amrsatrio Date: Thu, 19 Aug 2021 22:00:05 +0700 Subject: [PATCH] Bump version --- README.md | 2 -- build.gradle | 5 ++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c9c9c3b..dae5c70 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ This tool was made to fulfill my curiosity about exporting a Fortnite building i * `bReadMaterials`: Export materials. Materials are experimental! Not all imported materials will be perfect. **Min. 16GB of RAM recommended!** * `bExportToDDSWhenPossible`: Prefer PNG to DDS? Set this to `false` and textures will always be exported as PNG. **Warning: Export times will significantly increase when this is set to `false`!** Defaults to enabled. * `bExportBuildingFoundations`: You can turn off exporting sub-buildings in large POIs if you want to quickly port the base POI structures, by setting this to `false`. Defaults to enabled. -* `bUseUModel`: Run UModel within the exporting process to export meshes, materials, and textures. -* `UModelAdditionalArgs`: Additional command line args when starting UModel. * **`ExportPackage`: The .umap you want to export.** Accepts these path formats: * `/Game/Maps/MapName` (package path) * `/Game/Maps/MapName.MapName` (object path) diff --git a/build.gradle b/build.gradle index 1678bcd..0dcaafc 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.tb24' -version '0.4.1' +version '0.4.2' sourceCompatibility = 1.8 targetCompatibility = 1.8 @@ -37,7 +37,6 @@ jar { repositories { google() mavenCentral() - maven { url 'https://dl.bintray.com/fungamesleaks/mavenRepo' } maven { url 'https://jitpack.io' } } @@ -49,7 +48,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.8.7' implementation 'com.squareup.okhttp3:okhttp:3.14.9' implementation 'me.fungames:JFortniteParse:+' - implementation 'org.slf4j:slf4j-api:1.7.31' + implementation 'org.slf4j:slf4j-api:1.7.32' testImplementation 'junit:junit:4.13.2' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4d9ca16..05679dc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists