javac2 added
This commit is contained in:
parent
b67b45c64f
commit
b3310255fd
BIN
maven-repository/com/intellij/javac2/11.1.2/javac2-11.1.2.jar
Normal file
BIN
maven-repository/com/intellij/javac2/11.1.2/javac2-11.1.2.jar
Normal file
Binary file not shown.
18
pom.xml
18
pom.xml
@ -44,6 +44,22 @@
|
||||
<tag>release-2.0.1</tag>
|
||||
</scm>
|
||||
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>in-project-repository</id>
|
||||
<name>In Project Repo</name>
|
||||
<url>file://${project.basedir}/maven-repository</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>in-project-repository</id>
|
||||
<name>In Project Repo</name>
|
||||
<url>file://${project.basedir}/maven-repository</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<modules>
|
||||
<module>android-app</module>
|
||||
<module>android-app-core</module>
|
||||
@ -255,7 +271,7 @@
|
||||
<plugin>
|
||||
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
|
||||
<artifactId>android-maven-plugin</artifactId>
|
||||
<version>3.6.0</version>
|
||||
<version>3.8.0</version>
|
||||
<configuration>
|
||||
|
||||
<sourceDirectories>
|
||||
|
Loading…
Reference in New Issue
Block a user