You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-72
Original file line number
Diff line number
Diff line change
@@ -52,46 +52,8 @@ jobs:
52
52
- name: Build via Gradle
53
53
run: ./gradlew clean build
54
54
55
-
build_with_scala_211:
56
-
name: Build with Scala 2.11
57
-
runs-on: ubuntu-latest
58
-
steps:
59
-
- uses: actions/checkout@v2
60
-
with:
61
-
# see comments above
62
-
fetch-depth: 0
63
-
64
-
- name: Set up JDK 11
65
-
uses: actions/setup-java@v1
66
-
with:
67
-
java-version: '11'# major or semver Java version will be acceptable, see https://github.com/marketplace/actions/setup-java-jdk#basic
68
-
java-package: jdk # (jre, jdk, or jdk+fx) - defaults to jdk
This repository implements connectors to read and write [Pravega](http://pravega.io/) Streams with [Apache Flink](http://flink.apache.org/) stream processing framework.
12
+
This repository implements connectors to read and write [Pravega](http://pravega.io/) Streams with [Apache Flink](http://flink.apache.org/) stream processing framework.
13
13
14
14
The connectors can be used to build end-to-end stream processing pipelines (see [Samples](https://github.com/pravega/pravega-samples)) that use Pravega as the stream storage and message bus, and Apache Flink for computation over the streams.
0 commit comments