gradlex-org / java-module-testing

Gradle plugin to turn JVM Test Suites into Blackbox or Whitebox Test Suite for Java Modules
Apache License 2.0
15 stars 5 forks source link

Dependency not available on Maven Repo? #68

Closed EM-Creations closed 1 month ago

EM-Creations commented 1 month ago

Hi,

Is something wrong with releases of the library? I've used this previously at work and it was no problem but I'm now trying to use your great library in some personal work and Gradle can't seem to find the depdendency: `Could not find org.gradlex:java-module-testing:1.4. Searched in the following locations:

jjohannes commented 1 month ago

This looks like something is wrong with your setup.

This Gradle Plugin is only released on plugins.gradle.org.

You most likely miss a "gradlePluginsPortal()" in one of your "repositories" blocks.

EM-Creations commented 1 month ago

This looks like something is wrong with your setup.

This Gradle Plugin is only released on plugins.gradle.org.

You most likely miss a "gradlePluginsPortal()" in one of your "repositories" blocks.

Thanks that's probably the problem!