Skip to content

Commit

Permalink
Build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Krystian Panek committed Dec 8, 2020
1 parent 3cc93d1 commit cbe585d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@ tasks {

afterReleaseBuild {
dependsOn(
// Jars
":core:bintrayUpload",
":wiremock:bintrayUpload",
":moco:bintrayUpload",

// ZIPs
":assembly:all:bintrayUpload",
":assembly:app:bintrayUpload",
":assembly:moco-all:bintrayUpload",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import java.io.IOException;

/**
* Bypass for AEM <= 6.3.x for avoiding AEM built-in filters intercepting calls
* to WireMock Servlet unnecessarily.
* Bypass for AEM less or equal to 6.3.x for avoiding AEM built-in filters
* intercepting calls to WireMock Servlet unnecessarily.
*/
@Component(
immediate = true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
import java.io.IOException;

/**
* Bypass for AEM >= 6.4.x for avoiding AEM built-in filters intercepting calls
* to WireMock Servlet unnecessarily.
* Bypass for AEM greater or equal to 6.4.x for avoiding AEM built-in filters
* intercepting calls to WireMock Servlet unnecessarily.
*/
@Component(
immediate = true,
Expand Down

0 comments on commit cbe585d

Please sign in to comment.