Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: do not prefix testcontainer properties for shadowed libs #148

Closed
wants to merge 1 commit into from

Conversation

monosoul
Copy link
Owner

No description provided.

@monosoul monosoul force-pushed the fix/unify-testcontainers-config branch from 44a4052 to f7a580e Compare September 28, 2023 09:25
@monosoul monosoul temporarily deployed to snapshot September 28, 2023 09:33 — with GitHub Actions Inactive
@github-actions
Copy link

To use the snapshot version of the plugin add this to settings.gradle.kts:

pluginManagement {
  repositories {
    maven {
      name = "JooqDockerPluginSnapshotRepo"
      url = uri("https://maven.pkg.github.com/monosoul/jooq-gradle-plugin/")
      credentials {
        username = "<your GitHub username>"
        password = "<your GitHub access token with read:packages scope>"
      }
    }
    gradlePluginPortal()
  }
}

And this to build.gradle.kts:

plugins {
  id("dev.monosoul.jooq-docker") version "SNAPSHOT-4369ee607a2aeba12f26a89c86b528ed0939c682"
}

@monosoul monosoul closed this Oct 20, 2023
@monosoul monosoul deleted the fix/unify-testcontainers-config branch October 20, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant