Skip to content

Commit

Permalink
remove suspender
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaKago committed Jan 6, 2024
1 parent 6d7f6a4 commit da65168
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 97 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
.idea/*
server/src/main/resources/local.conf
server/src/main/resources/staging.conf
suspender/src/main/resources/application.conf
!.idea/codeStyles/
!.idea/inspectionProfiles/
!.idea/runConfigurations/
5 changes: 5 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/runConfigurations/staging_suspender_off.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/runConfigurations/staging_suspender_on.xml

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ picocli = "info.picocli:picocli:4.7.5"
typesafe-config = "com.typesafe:config:1.4.3"
# Apache Common Codec
apache-common-codec = "commons-codec:commons-codec:1.16.0"
# OkHttp
okHttp = "com.squareup.okhttp3:okhttp:4.12.0"

[plugins]
# Kotlin JVM
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dependencyResolutionManagement {
rootProject.name = "cueue"
include("server")
include("worker")
include("suspender")

// https://docs.gradle.org/current/userguide/declaring_dependencies.html#sec:type-safe-project-accessors
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
1 change: 0 additions & 1 deletion suspender/.gitignore

This file was deleted.

25 changes: 0 additions & 25 deletions suspender/build.gradle.kts

This file was deleted.

This file was deleted.

0 comments on commit da65168

Please sign in to comment.