mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Update EP and version on workshop branch
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>tech.picnic.error-prone-support</groupId>
|
<groupId>tech.picnic.error-prone-support</groupId>
|
||||||
<artifactId>error-prone-support</artifactId>
|
<artifactId>error-prone-support</artifactId>
|
||||||
<version>0.19.2-SNAPSHOT</version>
|
<version>0.22.1-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>workshop</artifactId>
|
<artifactId>workshop</artifactId>
|
||||||
@@ -16,27 +16,27 @@
|
|||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${groupId.error-prone}</groupId>
|
<groupId>com.google.errorprone</groupId>
|
||||||
<artifactId>error_prone_annotation</artifactId>
|
<artifactId>error_prone_annotation</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${groupId.error-prone}</groupId>
|
<groupId>com.google.errorprone</groupId>
|
||||||
<artifactId>error_prone_annotations</artifactId>
|
<artifactId>error_prone_annotations</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${groupId.error-prone}</groupId>
|
<groupId>com.google.errorprone</groupId>
|
||||||
<artifactId>error_prone_check_api</artifactId>
|
<artifactId>error_prone_check_api</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${groupId.error-prone}</groupId>
|
<groupId>com.google.errorprone</groupId>
|
||||||
<artifactId>error_prone_core</artifactId>
|
<artifactId>error_prone_core</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>${groupId.error-prone}</groupId>
|
<groupId>com.google.errorprone</groupId>
|
||||||
<artifactId>error_prone_test_helpers</artifactId>
|
<artifactId>error_prone_test_helpers</artifactId>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package tech.picnic.errorprone.workshop.refasterrules;
|
|||||||
|
|
||||||
import com.google.errorprone.refaster.annotation.AfterTemplate;
|
import com.google.errorprone.refaster.annotation.AfterTemplate;
|
||||||
import com.google.errorprone.refaster.annotation.BeforeTemplate;
|
import com.google.errorprone.refaster.annotation.BeforeTemplate;
|
||||||
import org.springframework.context.annotation.Bean;
|
|
||||||
|
|
||||||
/** Refaster rule used as example for the assignments of the workshop. */
|
/** Refaster rule used as example for the assignments of the workshop. */
|
||||||
final class WorkshopAssignment0Rules {
|
final class WorkshopAssignment0Rules {
|
||||||
|
|||||||
Reference in New Issue
Block a user