Skip to content

Commit

Permalink
V4 Bug Fixes (#162)
Browse files Browse the repository at this point in the history
* Bundling xml tools

* Using existing method
  • Loading branch information
Unthrottled authored Jun 30, 2020
1 parent 27a5980 commit cb54304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ repositories {

dependencies {
implementation 'io.sentry:sentry:1.7.30'
implementation'org.codehaus.groovy:groovy-xml:2.5.11'
}

configurations {
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/com/markskelton/legacy/LegacyMigration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object LegacyMigration {

private fun migrateUser() {
FileBasedStorage(
Paths.get(PathManager.getConfigDir().toAbsolutePath().toString(), "options", "laf.xml"),
Paths.get(PathManager.getConfigPath(), "options", "laf.xml"),
"laf.xml",
"application",
null,
Expand Down

0 comments on commit cb54304

Please sign in to comment.