Skip to content

Commit a3baf09

Browse files
committed
Add exposed
1 parent 3682e30 commit a3baf09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ startScripts {
2727
repositories {
2828
maven { url uri("$projectDir/lib") }
2929
maven { url 'https://jitpack.io' }
30+
// TODO: Update once https://github.com/JetBrains/Exposed/issues/1160 is resolved
31+
// since Bintray will be shutting down soon
32+
maven { url 'https://dl.bintray.com/kotlin/exposed/' }
3033
}
3134

3235
dependencies {
@@ -41,6 +44,7 @@ dependencies {
4144
implementation "org.jetbrains.kotlin:ide-common-ij202:$kotlinVersion"
4245
// implementation("org.jetbrains.kotlin:kotlin-plugin-ij201:$kotlinVersion") { transitive = false }
4346
implementation 'org.jetbrains:fernflower:1.0'
47+
implementation 'org.jetbrains.exposed:exposed:0.17.9'
4448
implementation 'com.h2database:h2:1.4.200'
4549
implementation 'com.github.fwcd:ktfmt:22bd538a1c'
4650
implementation 'com.beust:jcommander:1.78'

0 commit comments

Comments
 (0)