mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 16:09:21 +08:00
Group dependency version codes together.
This commit is contained in:
@@ -64,7 +64,6 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.eugeniomarletti.kotlin.metadata</groupId>
|
<groupId>me.eugeniomarletti.kotlin.metadata</groupId>
|
||||||
<artifactId>kotlin-metadata</artifactId>
|
<artifactId>kotlin-metadata</artifactId>
|
||||||
<version>1.3.0</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<!--
|
<!--
|
||||||
Though we don't use compile-testing, including it is a convenient way to get tools.jar on the
|
Though we don't use compile-testing, including it is a convenient way to get tools.jar on the
|
||||||
|
4
pom.xml
4
pom.xml
@@ -30,7 +30,7 @@
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<java.version>1.7</java.version>
|
<java.version>1.7</java.version>
|
||||||
<kotlin.version>1.2.21</kotlin.version>
|
<kotlin.version>1.2.21</kotlin.version>
|
||||||
<kotlin-metadata.version>1.2.1</kotlin-metadata.version>
|
<kotlin-metadata.version>1.3.0</kotlin-metadata.version>
|
||||||
|
|
||||||
<!-- Dependencies -->
|
<!-- Dependencies -->
|
||||||
<okio.version>1.14.0</okio.version>
|
<okio.version>1.14.0</okio.version>
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
<version>${kotlin.version}</version>
|
<version>${kotlin.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>me.eugeniomarletti</groupId>
|
<groupId>me.eugeniomarletti.kotlin.metadata</groupId>
|
||||||
<artifactId>kotlin-metadata</artifactId>
|
<artifactId>kotlin-metadata</artifactId>
|
||||||
<version>${kotlin-metadata.version}</version>
|
<version>${kotlin-metadata.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
Reference in New Issue
Block a user