Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added CHANGELOG.md
Empty file.
33 changes: 14 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,31 +1,26 @@
ext.githubProjectName = 'ReactiveLab'

//apply from: file('gradle/convention.gradle')
apply from: file('gradle/maven.gradle')

buildscript {
repositories {
mavenLocal()
mavenCentral()
jcenter()
repositories { jcenter() }
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.1'
}

apply from: file('gradle/buildscript.gradle'), to: buildscript
}

allprojects {
apply plugin: 'eclipse'
apply plugin: 'idea'
repositories {
mavenLocal()
mavenCentral()
jcenter()
}
plugins {
id 'nebula.netflixoss' version '2.2.9'
}

ext.githubProjectName = 'ReactiveLab'

subprojects {
apply plugin: 'nebula.netflixoss'
apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
group = "io.reactivex.lab"

repositories {
mavenLocal()
jcenter()
}
}

task startDiscovery() {}
Expand Down
13 changes: 0 additions & 13 deletions codequality/HEADER

This file was deleted.

17 changes: 0 additions & 17 deletions gradle/buildscript.gradle

This file was deleted.

26 changes: 0 additions & 26 deletions gradle/check.gradle

This file was deleted.

101 changes: 0 additions & 101 deletions gradle/convention.gradle

This file was deleted.

10 changes: 0 additions & 10 deletions gradle/license.gradle

This file was deleted.

70 changes: 0 additions & 70 deletions gradle/maven.gradle

This file was deleted.

1 change: 0 additions & 1 deletion gradle/netflix-oss.gradle

This file was deleted.

61 changes: 0 additions & 61 deletions gradle/release.gradle

This file was deleted.

Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Tue Apr 02 11:45:56 PDT 2013
#Wed Apr 08 12:54:55 PDT 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip
3 changes: 0 additions & 3 deletions reactive-lab-dashboard/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
apply plugin: 'java'
apply plugin: 'war'
apply plugin: 'jetty'
apply plugin: 'eclipse'
apply plugin: 'idea'

dependencies {
compile 'javax.servlet:servlet-api:2.5'
Expand Down