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

Reorganize modules to add a fuzz target

parent 503b1945
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
......@@ -14,7 +14,7 @@ plugins {
id("org.jlleitschuh.gradle.ktlint") version "10.0.0" apply false
id("com.vanniktech.maven.publish") version "0.13.0" apply false
id("de.justjanne.jacoco-cobertura-converter") apply false
id("org.jetbrains.dokka") version "1.4.32" apply false
id("org.jetbrains.dokka") version "1.4.32"
}
subprojects {
......
......@@ -12,7 +12,7 @@ plugins {
}
dependencies {
api(project(":libquassel-protocol"))
api(project(":protocol"))
val testcontainersCiVersion: String by project
testImplementation("de.justjanne", "testcontainers-ci", testcontainersCiVersion)
......
File moved
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