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 3 additions and 3 deletions
...@@ -14,7 +14,7 @@ kotlinPoetVersion=1.8.0 ...@@ -14,7 +14,7 @@ kotlinPoetVersion=1.8.0
kspVersion=1.5.10-1.0.0-beta01 kspVersion=1.5.10-1.0.0-beta01
GROUP=de.justjanne.libquassel GROUP=de.justjanne.libquassel
VERSION_NAME=0.4.ß VERSION_NAME=0.4.0
POM_URL=https://git.kuschku.de/justJanne/libquassel POM_URL=https://git.kuschku.de/justJanne/libquassel
POM_SCM_URL=https://git.kuschku.de/justJanne/libquassel POM_SCM_URL=https://git.kuschku.de/justJanne/libquassel
......
...@@ -20,6 +20,6 @@ dependencies { ...@@ -20,6 +20,6 @@ dependencies {
api("de.justjanne", "kotlin-bitflags", kotlinBitflagsVersion) api("de.justjanne", "kotlin-bitflags", kotlinBitflagsVersion)
val bouncyCastleVersion: String by project val bouncyCastleVersion: String by project
implementation("org.bouncycastle", "bcpkix-jdk15on", bouncyCastleVersion) implementation("org.bouncycastle", "bcpkix-jdk15on", bouncyCastleVersion)
api(project(":libquassel-annotations")) api(project(":annotations"))
ksp(project(":libquassel-generator")) ksp(project(":generator"))
} }
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment