Skip to content

Commit

Permalink
Käytetään osassa moduuleista vain scala-kääntäjää
Browse files Browse the repository at this point in the history
  • Loading branch information
jkorri committed Jan 4, 2024
1 parent e3f3e7b commit f2b35c9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lambdat/vastaanotto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,19 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<phase>none</phase>
</execution>
<execution>
<id>default-testCompile</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,19 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<executions>
<execution>
<id>default-compile</id>
<phase>none</phase>
</execution>
<execution>
<id>default-testCompile</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit f2b35c9

Please sign in to comment.