mirror of
https://github.com/ethauvin/version-processor.git
synced 2025-04-24 23:47:11 -07:00
Update
This commit is contained in:
parent
ebb8c3503a
commit
72ed28c902
7 changed files with 32 additions and 17 deletions
7
.idea/compiler.xml
generated
7
.idea/compiler.xml
generated
|
@ -15,7 +15,14 @@
|
|||
</wildcardResourcePatterns>
|
||||
<annotationProcessing>
|
||||
<profile default="true" name="Default" enabled="false">
|
||||
<processor name="com.beust.apt.processor.MainProcessor" />
|
||||
<processorPath useClasspath="true">
|
||||
<entry name="$PROJECT_DIR$/processor/src/main/java" />
|
||||
</processorPath>
|
||||
</profile>
|
||||
<profile default="false" name="VersionProcessor" enabled="true">
|
||||
<processorPath useClasspath="true" />
|
||||
<module name="example" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
</component>
|
||||
|
|
12
.idea/libraries/KotlinJavaRuntime.xml
generated
12
.idea/libraries/KotlinJavaRuntime.xml
generated
|
@ -1,12 +0,0 @@
|
|||
<component name="libraryTable">
|
||||
<library name="KotlinJavaRuntime">
|
||||
<CLASSES>
|
||||
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime.jar!/" />
|
||||
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-reflect.jar!/" />
|
||||
</CLASSES>
|
||||
<JAVADOC />
|
||||
<SOURCES>
|
||||
<root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-runtime-sources.jar!/" />
|
||||
</SOURCES>
|
||||
</library>
|
||||
</component>
|
Loading…
Add table
Add a link
Reference in a new issue