You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id("net.ltgt.errorprone") version "{{ errorprone_plugin_version }}"
47
-
48
-
{%- endif -%}
49
-
{%- endfor -%}
50
-
51
-
{#- lombok configuration -#}
52
-
{#- TODO remove usings annotation_processors semantic -#}
53
-
{%- if ("lombok.launch.AnnotationProcessorHider$AnnotationProcessor"intarget.annotation_processors) or (target.use_annotation_processor|lengthandtarget.use_annotation_processor|select('startsWith', 'contrib/java/org/projectlombok/lombok')|length) %}
id("net.ltgt.errorprone") version "{{ errorprone_plugin_version }}"
69
+
{%- endif -%}
70
+
71
+
{#- lombok plugin configuration -#}
72
+
{#- TODO remove usings annotation_processors semantic -#}
73
+
{%- if ("lombok.launch.AnnotationProcessorHider$AnnotationProcessor"intarget.annotation_processors) or (target.use_annotation_processor|lengthandtarget.use_annotation_processor|select('startsWith', 'contrib/java/org/projectlombok/lombok')|length) %}
0 commit comments