File: 01-disable-modules.patch

package info (click to toggle)
reactive-streams 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 652 kB
  • ctags: 954
  • sloc: java: 5,556; xml: 30; makefile: 15; sh: 13
file content (19 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Build only the api module
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/settings.gradle
+++ b/settings.gradle
@@ -1,9 +1,9 @@
 rootProject.name = 'reactive-streams'
 include ':reactive-streams'
-include ':reactive-streams-tck'
-include ':reactive-streams-examples'
+//include ':reactive-streams-tck'
+//include ':reactive-streams-examples'
 
 project(':reactive-streams').projectDir = "$rootDir/api" as File
-project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
-project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File
+//project(':reactive-streams-tck').projectDir = "$rootDir/tck" as File
+//project(':reactive-streams-examples').projectDir = "$rootDir/examples" as File