Skip to content

Where to find snapshot version to test against Grails-7.0.0-SNAPSHOT ? #1119

@Taack

Description

@Taack

Issue description

I would like to test grails-spring-security against grails-core:7.0.0-SNAPSHOT, I do not know where to find it ..

grails-spring-security:7.0.0-M3 conflicts against grails-core:7.0.0-SNAPSHOT...

Here are dependency sections I tried:

repositories {
    mavenLocal()
    mavenCentral()
    maven { url "https://repository.apache.org/content/groups/public" }
    maven { url "https://repo.grails.org/grails/restricted" }
}

dependencies {
// ...
    implementation "org.apache.grails:spring-security-core:${grailsSpringSecurity}"
// OR  implementation "org.grails:spring-security-core:${grailsSpringSecurity}"
// ...
}

Thanks for your support !
Adrien

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions