This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
The following commit(s) were added to refs/heads/main by this push:
new 033a4ba remove checkLicences
new 59521d5 Merge pull request #382 from atoulme/remove_checkLicenses
033a4ba is described below
commit 033a4bad5afdf87253746c4df33175499029b4fa
Author: Antoine Toulme <[email protected]>
AuthorDate: Tue Mar 15 23:04:16 2022 -0700
remove checkLicences
---
build.gradle | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index bcaa6a2..91c9d0c 100644
--- a/build.gradle
+++ b/build.gradle
@@ -60,11 +60,10 @@ static String buildTag(releaseBuild) {
//////
// Default tasks and build aliases
-defaultTasks 'checkLicenses', 'spotlessCheck', 'jar', 'test', ':javadoc'
+defaultTasks 'spotlessCheck', 'jar', 'test', ':javadoc'
def buildAliases = ['dev': [
'spotlessApply',
- 'checkLicenses',
':jar',
'test',
':javadoc'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]