Skip to content

Commit

Permalink
Remove jOOQ Pro repo in Trino
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinRay97 committed Jan 9, 2025
1 parent 679c802 commit 8858d47
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ndc-connector-trino/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ version = properties["version"] as String
repositories {
mavenLocal()
mavenCentral()
maven {
url = uri("https://repo.jooq.org/repo")
credentials {
username = env.fetch("JOOQ_PRO_EMAIL")
password = env.fetch("JOOQ_PRO_LICENSE")
}
}
}

val quarkusPlatformGroupId: String by project
Expand Down

0 comments on commit 8858d47

Please sign in to comment.