Björn Kautler

Results 489 issues of Björn Kautler

For version 2.0.0 of the plugin. Integrations like the Maven plugin or Gradle plugin are supposed to add this dependency in the correct version that is also used for the...

The test suite finder always returns an empty list. But also with JUnit 5 there is suite support: https://junit.org/junit5/docs/current/user-guide/#junit-platform-suite-engine. If there is no dedicated support necessary, there should at least...

With 2020.1 the default path for manual plugin installation has changed: https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide.html#plugins-directory

bug

Starting IJ 2020.1 with the tasks plugin enabled produces this warning in the `idea.log`: ``` 2020-05-22 23:45:01,164 [ 3777] WARN - Container.ComponentManagerImpl - Do not use constructor injection (requestorClass=org.dubik.tasks.TasksApplicationComponent) ```

bug

The installer asks whether it should do file-associations. But it does not specify for which file extensions. This way it is very hard to decide whether one wants the option...

Can you tell me why https://jitpack.io/org/javacord/javacord-core/81d9e920/javacord-core-81d9e920.pom is working fine, but https://jitpack.io/org/javacord/javacord-core/c6d46c99/javacord-core-c6d46c99.pom is returning `Repo not found or no access token provided`? The commit-ish is valid in both cases, actually the...

stale

Givne this trivial build: ```plain ./build.gradle.kts plugins { java id("org.openjfx.javafxplugin") version "0.1.0" id("com.github.ben-manes.versions") version "0.51.0" } repositories { mavenCentral() } dependencies { implementation("org.openjfx:javafx-base:17") } ./gradle/wrapper/gradle-wrapper.properties distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip networkTimeout=10000 validateDistributionUrl=true...

Often, e. g. as aid in bug reports, it would be very handy to select only a part of the screen as source. Would be nice if you could add...

There are a few links to Google+ on the website. Google+ is long dead, this gives the impression the project is dead too. Well, maybe it is, as the last...

For being able to use missing API functionality it would be nice if the `Requester` would be accessible, so that the low-level requests can be done manually or e. g....

new feature