File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,7 @@ allprojects {
38
38
39
39
repositories {
40
40
mavenCentral()
41
- maven(" https://www.jetbrains.com/intellij-repository/releases" )
42
- maven(" https://cache-redirector.jetbrains.com/intellij-dependencies" )
43
41
maven(" https://maven.pkg.jetbrains.space/public/p/ktor/eap" )
44
- maven(" https://packages.jetbrains.team/maven/p/dpgpv/maven" )
45
- gradlePluginPortal()
46
42
}
47
43
}
48
44
Original file line number Diff line number Diff line change @@ -12,12 +12,13 @@ grammarKit {
12
12
}
13
13
14
14
dependencies {
15
- compileOnly(libs.intellij.analysis)
16
- implementation(libs.intellij.util)
15
+ compileOnly(libs.sqldelight.compiler.env)
17
16
api(libs.sqldelight.postgresql.dialect)
18
17
19
18
testImplementation(libs.intellij.analysis)
20
- testImplementation(libs.sql.psi.test.fixtures)
19
+ testImplementation(libs.sql.psi.test.fixtures) {
20
+ exclude(group = " com.jetbrains.intellij.platform" )
21
+ }
21
22
}
22
23
23
24
publishing {
Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ sql-psi = "0.4.5"
9
9
[libraries ]
10
10
assertj-core = { module = " org.assertj:assertj-core" , version = " 3.11.1" }
11
11
intellij-analysis = { module = " com.jetbrains.intellij.platform:analysis-impl" , version.ref = " idea" }
12
- intellij-util = { module = " com.jetbrains.intellij.platform:util" , version.ref = " idea" }
13
12
kotlin-test = { module = " org.jetbrains.kotlin:kotlin-test" , version.ref = " kotlin" }
14
13
kotlin-test-junit = { module = " org.jetbrains.kotlin:kotlin-test-junit" , version.ref = " kotlin" }
15
14
postgres-jdbc-driver = { module = " org.postgresql:postgresql" , version = " 42.5.4" }
16
15
sql-psi-test-fixtures = { module = " com.alecstrong.sql.psi:test-fixtures" , version.ref = " sql-psi" }
16
+ sqldelight-compiler-env = { module = " app.cash.sqldelight:compiler-env" , version.ref = " sqldelight" }
17
17
sqldelight-jdbc-driver = { module = " app.cash.sqldelight:jdbc-driver" , version.ref = " sqldelight" }
18
18
sqldelight-postgresql-dialect = { module = " app.cash.sqldelight:postgresql-dialect" , version.ref = " sqldelight" }
19
19
testcontainers-cockroachdb = { module = " org.testcontainers:cockroachdb" , version = " 1.18.3" }
You can’t perform that action at this time.
0 commit comments