From f2b35c95d8d02b9db89b743430067bfbbc0892ac Mon Sep 17 00:00:00 2001 From: Santeri Korri Date: Thu, 4 Jan 2024 16:15:31 +0200 Subject: [PATCH] =?UTF-8?q?K=C3=A4ytet=C3=A4=C3=A4n=20osassa=20moduuleista?= =?UTF-8?q?=20vain=20scala-k=C3=A4=C3=A4nt=C3=A4j=C3=A4=C3=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lambdat/vastaanotto/pom.xml | 13 +++++++++++++ pom.xml | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/lambdat/vastaanotto/pom.xml b/lambdat/vastaanotto/pom.xml index 75aabfc8..7e0c724c 100644 --- a/lambdat/vastaanotto/pom.xml +++ b/lambdat/vastaanotto/pom.xml @@ -163,6 +163,19 @@ + + maven-compiler-plugin + + + default-compile + none + + + default-testCompile + none + + + diff --git a/pom.xml b/pom.xml index 29f9a8bb..e4ca3f03 100644 --- a/pom.xml +++ b/pom.xml @@ -77,6 +77,19 @@ + + maven-compiler-plugin + + + default-compile + none + + + default-testCompile + none + + +