diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-16 14:29:55 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-16 14:29:55 +0200 |
| commit | 78a9d920cc8aca951aff798272b0d5e7a2e356b9 (patch) | |
| tree | faa64cd0f02138e52431a3ccdefdacb5a7663968 /opendc-common/build.gradle.kts | |
| parent | 69268d7d8923699e83a1d19ec5eab227198f3581 (diff) | |
fix: gradle is not building but the project is running
Diffstat (limited to 'opendc-common/build.gradle.kts')
| -rw-r--r-- | opendc-common/build.gradle.kts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opendc-common/build.gradle.kts b/opendc-common/build.gradle.kts index 2212c97d..70ef30e9 100644 --- a/opendc-common/build.gradle.kts +++ b/opendc-common/build.gradle.kts @@ -59,9 +59,8 @@ dependencies { // @Mateusz crucial this is an _api_ and not _implementation_ api("com.google.protobuf:protobuf-java:4.35.0") - /*This is for now commented out, but (it used to be?) is necessary for the project to work.*/ // Source: https://mvnrepository.com/artifact/io.confluent/kafka-protobuf-serializer - // implementation("io.confluent:kafka-protobuf-serializer:8.2.1") + implementation("io.confluent:kafka-protobuf-serializer:8.2.1") // Source: https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-toml implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.21.0") |
