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 5381873 MNEMONIC-577: Enable the whole project Gradle building
5381873 is described below
commit 5381873352361665ae2f5a7f4b8972997ee9337e
Author: Chunyong He <[email protected]>
AuthorDate: Wed Dec 23 12:13:05 2020 -0800
MNEMONIC-577: Enable the whole project Gradle building
Signed-off-by: Chunyong He <[email protected]>
---
build.gradle | 4 ----
1 file changed, 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 1aacdb0..a9b9ab3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -64,7 +64,3 @@ subprojects {
configurations.all {
}
}
-
-build.doFirst {
- throw new GradleException('The Gradle is not functional yet.')
-}