diff options
| author | 2019-06-18 20:23:57 +0200 | |
|---|---|---|
| committer | 2019-06-18 20:23:57 +0200 | |
| commit | fedbd65ea6f8d18c8c88401cf30947e85f9d8b59 (patch) | |
| tree | 3f37e1f4d99ed805a0fb8b6ae88f561c6a734255 | |
| parent | Mostly resolve test failures (diff) | |
| download | enigma-fedbd65ea6f8d18c8c88401cf30947e85f9d8b59.tar.gz enigma-fedbd65ea6f8d18c8c88401cf30947e85f9d8b59.tar.xz enigma-fedbd65ea6f8d18c8c88401cf30947e85f9d8b59.zip | |
Remove test gradle change
| -rw-r--r-- | build.gradle | 25 |
1 files changed, 1 insertions, 24 deletions
diff --git a/build.gradle b/build.gradle index e7ceb932..26405bd0 100644 --- a/build.gradle +++ b/build.gradle | |||
| @@ -197,30 +197,7 @@ artifacts { | |||
| 197 | // And finally, make the build generate / install the jars. | 197 | // And finally, make the build generate / install the jars. |
| 198 | build.dependsOn install | 198 | build.dependsOn install |
| 199 | 199 | ||
| 200 | //apply from: 'https://github.com/FabricMC/fabric-docs/raw/master/gradle/maven.gradle' | 200 | apply from: 'https://github.com/FabricMC/fabric-docs/raw/master/gradle/maven.gradle' |
| 201 | |||
| 202 | configurations { | ||
| 203 | deployerJars | ||
| 204 | } | ||
| 205 | |||
| 206 | dependencies { | ||
| 207 | deployerJars "org.apache.maven.wagon:wagon-ssh:2.10" | ||
| 208 | } | ||
| 209 | |||
| 210 | uploadArchives { | ||
| 211 | repositories { | ||
| 212 | mavenDeployer { | ||
| 213 | repository(url: 'file://localhost/Users/gegy1/.m2/repository') | ||
| 214 | pom { | ||
| 215 | artifactId = project.archivesBaseName | ||
| 216 | project { | ||
| 217 | name = project.name | ||
| 218 | packaging = 'jar' | ||
| 219 | } | ||
| 220 | } | ||
| 221 | } | ||
| 222 | } | ||
| 223 | } | ||
| 224 | 201 | ||
| 225 | uploadArchives.repositories.mavenDeployer.pom.withXml { | 202 | uploadArchives.repositories.mavenDeployer.pom.withXml { |
| 226 | asNode().dependencies.'*'.findAll() { it.artifactId.text() == 'darcula' } | 203 | asNode().dependencies.'*'.findAll() { it.artifactId.text() == 'darcula' } |