Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: .idea/compiler.xml

Issue 29424711: Issue 4777 - Add support for Gradle build (Closed)
Patch Set: Created April 28, 2017, 2:41 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8"?>
anton 2017/04/29 10:23:25 all .idea files should be excluded from the reposi
2 <project version="4">
3 <component name="CompilerConfiguration">
4 <resourceExtensions />
5 <wildcardResourcePatterns>
6 <entry name="!?*.java" />
7 <entry name="!?*.form" />
8 <entry name="!?*.class" />
9 <entry name="!?*.groovy" />
10 <entry name="!?*.scala" />
11 <entry name="!?*.flex" />
12 <entry name="!?*.kt" />
13 <entry name="!?*.clj" />
14 <entry name="!?*.aj" />
15 </wildcardResourcePatterns>
16 <annotationProcessing>
17 <profile default="true" name="Default" enabled="false">
18 <processorPath useClasspath="true" />
19 </profile>
20 </annotationProcessing>
21 </component>
22 </project>
OLDNEW

Powered by Google App Engine
This is Rietveld