forked from mock-server/mockserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes mock-server#1264 fixed artefact name in no-dependencies pom whi…
…ch caused issue with gradle builds
- Loading branch information
1 parent
ebccdfb
commit f06b060
Showing
32 changed files
with
1,070 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
...server-netty/src/integration-tests/gradle-netty-no-dependencies-dependencies/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
plugins { | ||
id 'java' | ||
id 'groovy' | ||
} | ||
|
||
repositories { | ||
mavenLocal() | ||
maven { url "https://oss.sonatype.org/content/repositories/snapshots" } | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
|
||
implementation "org.mock-server:mockserver-client-java-no-dependencies:${project.findProperty('mockserverVersion')}" | ||
implementation "org.mock-server:mockserver-netty-no-dependencies:${project.findProperty('mockserverVersion')}" | ||
testImplementation "org.mock-server:mockserver-integration-testing-no-dependencies:${project.findProperty('mockserverVersion')}" | ||
|
||
} | ||
|
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions
19
mockserver-netty/src/integration-tests/gradle-netty-shaded-dependencies/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
plugins { | ||
id 'java' | ||
id 'groovy' | ||
} | ||
|
||
repositories { | ||
mavenLocal() | ||
maven { url "https://oss.sonatype.org/content/repositories/snapshots" } | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
|
||
implementation "org.mock-server:mockserver-client-java:${project.findProperty('mockserverVersion')}:shaded" | ||
implementation "org.mock-server:mockserver-netty:${project.findProperty('mockserverVersion')}:shaded" | ||
testImplementation "org.mock-server:mockserver-integration-testing:${project.findProperty('mockserverVersion')}:shaded" | ||
|
||
} | ||
|
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
mockserver-netty/src/integration-tests/gradle/gradle/wrapper/gradle-wrapper.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.