Skip to content

Commit

Permalink
Merge pull request #717 from hexagontk/maintenance
Browse files Browse the repository at this point in the history
Remove incomplete :serverless module
  • Loading branch information
jaguililla authored Aug 22, 2024
2 parents 8fa87e1 + 64bd26a commit d0877bb
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 168 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ apiValidation {
// Experimental modules
"rest",
"rest_tools",
"serverless_http_google",
"web",
"templates_jte",
)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.warning.mode=all
org.gradle.console=plain

# Gradle
version=3.6.5
version=3.6.6
group=com.hexagonkt
description=The atoms of your platform

Expand Down
9 changes: 0 additions & 9 deletions serverless/serverless_http_google/README.md

This file was deleted.

45 changes: 0 additions & 45 deletions serverless/serverless_http_google/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ include(
includeNestedModules(
"http",
"serialization",
"serverless",
"templates"
)

Expand Down
1 change: 0 additions & 1 deletion site/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ tasks.register<JacocoReport>("jacocoRootReport") {
.filterNot { it.absolutePath.contains("http_test") }
.filterNot { it.absolutePath.contains("serialization_test") }
.filterNot { it.absolutePath.contains("templates_test") }
.filterNot { it.absolutePath.contains("serverless_http_google") }
.toList()
// TODO Include the filtered modules when they are ready

Expand Down

0 comments on commit d0877bb

Please sign in to comment.