Skip to content
Snippets Groups Projects
Verified Commit f4492b80 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fix build

parent a38776d5
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ kotlinPoetVersion=1.8.0
kspVersion=1.5.10-1.0.0-beta01
GROUP=de.justjanne.libquassel
VERSION_NAME=0.5.
VERSION_NAME=0.5.3
POM_URL=https://git.kuschku.de/justJanne/libquassel
POM_SCM_URL=https://git.kuschku.de/justJanne/libquassel
......
......@@ -12,7 +12,7 @@ plugins {
}
dependencies {
api(project(":protocol"))
api(project(":libquassel-protocol"))
val testcontainersCiVersion: String by project
testImplementation("de.justjanne", "testcontainers-ci", testcontainersCiVersion)
......
......@@ -14,7 +14,7 @@ repositories {
dependencies {
val kspVersion: String by project
implementation("com.google.devtools.ksp", "symbol-processing-api", kspVersion)
implementation(project(":annotations"))
implementation(project(":libquassel-annotations"))
val kotlinPoetVersion: String by project
implementation("com.squareup", "kotlinpoet", kotlinPoetVersion)
}
......@@ -22,6 +22,6 @@ dependencies {
implementation("org.bouncycastle", "bcpkix-jdk15on", bouncyCastleVersion)
val sl4jVersion: String by project
implementation("org.slf4j", "slf4j-simple", sl4jVersion)
api(project(":annotations"))
ksp(project(":generator"))
api(project(":libquassel-annotations"))
ksp(project(":libquassel-generator"))
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment