Run maven plugin tests using kapt with dagger with JDK 8

This commit is contained in:
Bogdan Mukvich
2023-04-27 16:38:12 +02:00
committed by Space Team
parent 74cb25c3eb
commit d95e3dbf17
35 changed files with 11 additions and 8 deletions
@@ -11,6 +11,7 @@
<properties>
<junit.version>4.13.1</junit.version>
<dagger.version>2.9</dagger.version>
<main.class>coffee.CoffeeApp</main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -19,7 +20,7 @@
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
@@ -55,7 +56,7 @@
<annotationProcessorPath>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
@@ -86,7 +87,7 @@
<annotationProcessorPath>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
@@ -11,6 +11,7 @@
<properties>
<junit.version>4.13.1</junit.version>
<dagger.version>2.9</dagger.version>
<main.class>coffee.CoffeeApp</main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -19,7 +20,7 @@
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
@@ -53,7 +54,7 @@
<annotationProcessorPath>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</annotationProcessorPath>
</annotationProcessorPaths>
<sourceDirs>
@@ -11,6 +11,7 @@
<properties>
<junit.version>4.13.1</junit.version>
<dagger.version>2.9</dagger.version>
<main.class>coffee.CoffeeApp</main.class>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
@@ -19,7 +20,7 @@
<dependency>
<groupId>com.google.dagger</groupId>
<artifactId>dagger</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
@@ -73,7 +74,7 @@
<annotationProcessorPath>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>
@@ -104,7 +105,7 @@
<annotationProcessorPath>
<groupId>com.google.dagger</groupId>
<artifactId>dagger-compiler</artifactId>
<version>2.9</version>
<version>${dagger.version}</version>
</annotationProcessorPath>
</annotationProcessorPaths>
</configuration>