edvin / tornadofx2

TornadoFX 2.0
Apache License 2.0
156 stars 41 forks source link

Gradle: Could not resolve: no.tornado:tornadofx:2.0.0-SNAPSHOT #47

Closed SchweinchenFuntik closed 2 years ago

SchweinchenFuntik commented 2 years ago

Gradle version: 7.3.3

build.gradle.kts

repositories {
    mavenCentral()
    maven(uri("https://oss.sonatype.org/content/repositories/snapshots"))
}

dependencies {
    implementation("no.tornado", "tornadofx", "2.0.0-SNAPSHOT") { exclude(group = "org.openjfx") }
}
vitalyzhakov commented 2 years ago

Hello! I have execuded

gradle build

No errors.


Welcome to Gradle 7.3.3!

Here are the highlights of this release:
 - Easily declare new test suites in Java projects
 - Support for Java 17
 - Support for Scala 3

For more details see https://docs.gradle.org/7.3.3/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

BUILD SUCCESSFUL in 1m 29s
5 actionable tasks: 5 executed

Can you post full build.gradle.kts file?

SchweinchenFuntik commented 2 years ago

Sorry, I thought it was already closed. I had some jambs with repositories and maven metadata