SergelsOrg / csv2tex

Tool to replace placeholders in tex-files
GNU General Public License v3.0
5 stars 0 forks source link

fix(deps): update dependency net.raumzeitfalle.fx:filechooser to v0.0.11 #123

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.raumzeitfalle.fx:filechooser 0.0.8 -> 0.0.11 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

ArchibaldBienetre commented 1 year ago

I have no idea why this is not working:

But it does not work on my machine, either

Oh, I have to add my own metadata, because the guy screwed that up :/

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve net.raumzeitfalle.fx:filechooser:0.0.11.
     Required by:
         project :
      > Could not resolve net.raumzeitfalle.fx:filechooser:0.0.11.
         > Could not parse POM https://repo.maven.apache.org/maven2/net/raumzeitfalle/fx/filechooser/0.0.11/filechooser-0.0.11.pom
            > Could not find net.raumzeitfalle.fx:fxfilechooser:0.0.11.
              Searched in the following locations:
                - https://repo.maven.apache.org/maven2/net/raumzeitfalle/fx/fxfilechooser/0.0.11/fxfilechooser-0.0.11.pom
              If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration.

EDIT: So, I changed the gradle config a bit:

repositories {
    mavenCentral() {
        metadataSources {
            mavenPom()
            artifact()
        }
    }
}

... and I'm still having issues:

* What went wrong:
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
   > Could not resolve net.raumzeitfalle.fx:filechooser:0.0.11.
     Required by:
         project :
      > Could not resolve net.raumzeitfalle.fx:filechooser:0.0.11.
         > Could not parse POM https://repo.maven.apache.org/maven2/net/raumzeitfalle/fx/filechooser/0.0.11/filechooser-0.0.11.pom
            > Could not find net.raumzeitfalle.fx:fxfilechooser:0.0.11.
              Searched in the following locations:
                - https://repo.maven.apache.org/maven2/net/raumzeitfalle/fx/fxfilechooser/0.0.11/fxfilechooser-0.0.11.pom
                - https://repo.maven.apache.org/maven2/net/raumzeitfalle/fx/fxfilechooser/0.0.11/fxfilechooser-0.0.11.jar

filechooser-0.0.11.pom looks way different from filechooser-0.0.8.pom... maybe, that's partly why this all happens. I'm going to reach out to the maintainer :mag: https://repo.maven.apache.org/maven2/net/raumzeitfalle/fx/filechooser/0.0.8/filechooser-0.0.8.pom https://repo.maven.apache.org/maven2/net/raumzeitfalle/fx/filechooser/0.0.11/filechooser-0.0.11.pom

:information_source: The issue is not solved, but I downgraded to v0.0.9 for now