fork-gradle-plugin
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.shazam.fork</groupId> <artifactId>fork-gradle-plugin</artifactId> <version>3.18.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.shazam.fork</groupId> <artifactId>fork-gradle-plugin</artifactId> <version>3.18.1</version> <name>Fork Gradle Plugin</name> <description>A Gradle plugin that adds Fork test tasks for Android instrumentation tests</description> <url>https://github.com/shazam/fork</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>shazam</id> <name>Shazam</name> </developer> </developers> <scm> <connection>scm:git@github.com:shazam/fork.git</connection> <developerConnection>scm:git@github.com:shazam/fork.git</developerConnection> <url>https://github.com/shazam/fork</url> </scm> <dependencies> <dependency> <groupId>com.shazam.fork</groupId> <artifactId>fork-common</artifactId> <version>3.18.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.shazam.fork</groupId> <artifactId>fork</artifactId> <version>3.18.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.build</groupId> <artifactId>gradle</artifactId> <version>8.2.0-rc03</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.android.tools.ddms</groupId> <artifactId>ddmlib</artifactId> <version>31.1.3</version> <scope>runtime</scope> </dependency> </dependencies> </project>