Skip to content

Commit

Permalink
remove java sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Sep 2, 2024
1 parent 42a0545 commit 45ca92d
Show file tree
Hide file tree
Showing 66 changed files with 1 addition and 8,053 deletions.
11 changes: 1 addition & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -125,15 +125,6 @@ allprojects {
}
}

// all client and their related modules are published with Java 17 compatibility
["annotations", "common", "client", "client-spring", "grpc", "grpc-client"].each {
project(":conductor-$it") {
compileJava {
options.release = 17
}
}
}

task server {
dependsOn ':conductor-server:bootRun'
}
Expand All @@ -151,7 +142,7 @@ configure(allprojects - project(':conductor-grpc')) {
}
}

['cassandra-persistence', 'core', 'redis-concurrency-limit', 'test-harness', 'client'].each {
['cassandra-persistence', 'core', 'redis-concurrency-limit', 'test-harness'].each {
configure(project(":conductor-$it")) {
spotless {
groovy {
Expand Down
11 changes: 0 additions & 11 deletions java-sdk/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions java-sdk/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 45ca92d

Please sign in to comment.