Skip to content

Commit

Permalink
Build: Move randomized runner gradle plugin to external dependency
Browse files Browse the repository at this point in the history
The randomized testing gradle code belongs with the randomized testing
library. This moves it to its own repository, which is now published as
a snapshot in nexus.

See elastic#13930
  • Loading branch information
rjernst committed Oct 30, 2015
1 parent c7897a7 commit dfee2a8
Show file tree
Hide file tree
Showing 15 changed files with 8 additions and 935 deletions.
10 changes: 3 additions & 7 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import org.apache.tools.ant.filters.ReplaceTokens

plugins {
id 'idea'
id 'eclipse'
id 'groovy'
id 'com.bmuschko.nexus' version '2.3.1'
}
// TODO: move common IDE configuration to a common file to include
apply plugin: 'idea'
apply plugin: 'eclipse'

/*idea {
project {
Expand All @@ -30,10 +29,7 @@ repositories {
dependencies {
compile gradleApi()
compile localGroovy()
compile 'com.carrotsearch.randomizedtesting:junit4-ant:2.2.0'
compile('junit:junit:4.11') {
transitive = false
}
compile 'com.carrotsearch.gradle:randomized-testing-plugin:1.0-SNAPSHOT'
compile 'com.netflix.nebula:gradle-extra-configurations-plugin:3.0.3'
compile 'com.netflix.nebula:gradle-info-plugin:3.0.3'
compile 'org.eclipse.jgit:org.eclipse.jgit:3.2.0.201312181205-r'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit dfee2a8

Please sign in to comment.