This is an automated email from the ASF dual-hosted git repository.
garyw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mnemonic.git
The following commit(s) were added to refs/heads/master by this push:
new ae9f842 MNEMONIC-574: Add missing sub projects to settings.gradle
ae9f842 is described below
commit ae9f8429221019895e0aae536d57627cb01d392b
Author: Yanhui Zhao <[email protected]>
AuthorDate: Thu Dec 17 13:23:13 2020 -0800
MNEMONIC-574: Add missing sub projects to settings.gradle
Signed-off-by: Yanhui Zhao <[email protected]>
---
mnemonic-benches/mnemonic-sort-bench/build.gradle | 22 ++++++++++++++++++++++
.../mnemonic-spark-kmeans-bench/build.gradle | 22 ++++++++++++++++++++++
.../mnemonic-hadoop-mapreduce/build.gradle | 22 ++++++++++++++++++++++
mnemonic-sessions/build.gradle | 22 ++++++++++++++++++++++
mnemonic-spark/mnemonic-spark-core/build.gradle | 22 ++++++++++++++++++++++
settings.gradle | 12 +++++++++++-
6 files changed, 121 insertions(+), 1 deletion(-)
diff --git a/mnemonic-benches/mnemonic-sort-bench/build.gradle
b/mnemonic-benches/mnemonic-sort-bench/build.gradle
new file mode 100644
index 0000000..86e792f
--- /dev/null
+++ b/mnemonic-benches/mnemonic-sort-bench/build.gradle
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+description = 'mnemonic-sort-bench'
+dependencies {
+ testCompileOnly 'org.testng:testng'
+}
+test.useTestNG()
diff --git a/mnemonic-benches/mnemonic-spark-kmeans-bench/build.gradle
b/mnemonic-benches/mnemonic-spark-kmeans-bench/build.gradle
new file mode 100644
index 0000000..2ba5a33
--- /dev/null
+++ b/mnemonic-benches/mnemonic-spark-kmeans-bench/build.gradle
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+description = 'mnemonic-spark-kmeans-bench'
+dependencies {
+ testCompileOnly 'org.testng:testng'
+}
+test.useTestNG()
diff --git a/mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle
b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle
new file mode 100644
index 0000000..872544b
--- /dev/null
+++ b/mnemonic-hadoop/mnemonic-hadoop-mapreduce/build.gradle
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+description = 'mnemonic-hadoop-mapreduce'
+dependencies {
+ testCompileOnly 'org.testng:testng'
+}
+test.useTestNG()
diff --git a/mnemonic-sessions/build.gradle b/mnemonic-sessions/build.gradle
new file mode 100644
index 0000000..e56cf02
--- /dev/null
+++ b/mnemonic-sessions/build.gradle
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+description = 'mnemonic-sessions'
+dependencies {
+ testCompileOnly 'org.testng:testng'
+}
+test.useTestNG()
diff --git a/mnemonic-spark/mnemonic-spark-core/build.gradle
b/mnemonic-spark/mnemonic-spark-core/build.gradle
new file mode 100644
index 0000000..bc01442
--- /dev/null
+++ b/mnemonic-spark/mnemonic-spark-core/build.gradle
@@ -0,0 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements. See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+description = 'mnemonic-spark-core'
+dependencies {
+ testCompileOnly 'org.testng:testng'
+}
+test.useTestNG()
diff --git a/settings.gradle b/settings.gradle
index ba0a573..56785d9 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -31,6 +31,11 @@ include
':mnemonic-computing-services:mnemonic-utilities-service'
include ':mnemonic-computing-services'
include ':mnemonic-query'
include ':mnemonic-common'
+include ':mnemonic-benches:mnemonic-sort-bench'
+include ':mnemonic-benches:mnemonic-spark-kmeans-bench'
+include ':mnemonic-sessions'
+include ':mnemonic-spark:mnemonic-spark-core'
+include ':mnemonic-hadoop:mnemonic-hadoop-mapreduce'
project(':mnemonic-core').projectDir = "$rootDir/mnemonic-core" as File
project(':mnemonic-collections').projectDir = "$rootDir/mnemonic-collections"
as File
@@ -46,4 +51,9 @@ project(':mnemonic-memory-services').projectDir =
"$rootDir/mnemonic-memory-serv
project(':mnemonic-computing-services:mnemonic-utilities-service').projectDir
= "$rootDir/mnemonic-computing-services/mnemonic-utilities-service" as File
project(':mnemonic-computing-services').projectDir =
"$rootDir/mnemonic-computing-services" as File
project(':mnemonic-query').projectDir = "$rootDir/mnemonic-query" as File
-project(':mnemonic-common').projectDir = "$rootDir/mnemonic-common" as File
\ No newline at end of file
+project(':mnemonic-common').projectDir = "$rootDir/mnemonic-common" as File
+project(':mnemonic-benches:mnemonic-sort-bench').projectDir =
"mnemonic-benches/mnemonic-sort-bench" as File
+project(':mnemonic-benches:mnemonic-spark-kmeans-bench').projectDir =
"$rootDir/mnemonic-benches/mnemonic-spark-kmeans-bench" as File
+project(':mnemonic-sessions').projectDir = "$rootDir/mnemonic-sessions" as File
+project(':mnemonic-spark:mnemonic-spark-core').projectDir =
"$rootDir/mnemonic-spark/mnemonic-spark-core" as File
+project(':mnemonic-hadoop:mnemonic-hadoop-mapreduce').projectDir =
"$rootDir/mnemonic-hadoop/mnemonic-hadoop-mapreduce" as File