gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: exclude frontend from intellij


From: gnunet
Subject: [libeufin] branch master updated: exclude frontend from intellij
Date: Fri, 19 Jun 2020 13:05:13 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 75111f1  exclude frontend from intellij
75111f1 is described below

commit 75111f1d98a66b53c03017b8e2837bbfbd8baeed
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Fri Jun 19 16:35:05 2020 +0530

    exclude frontend from intellij
---
 build.gradle | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/build.gradle b/build.gradle
index e304305..992a300 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,9 +1,17 @@
 plugins {
     id 'org.jetbrains.kotlin.jvm' version '1.3.72'
+    id 'idea'
 }
+
 allprojects {
     repositories {
         mavenCentral()
         jcenter()
     }
+}
+
+idea {
+    module {
+        excludeDirs += file("frontend")
+    }
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]