rodionmoiseev / c10n

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67 stars 10 forks source link

c10n-tools depends on "c10n" but should be "c10n-core" #30

Closed rodionmoiseev closed 8 years ago

rodionmoiseev commented 8 years ago

Could not build gradle deps on c10n-tools due to exception below:

* What went wrong:
A problem occurred evaluating project ':tools:dbMigration'.
> Could not resolve all dependencies for configuration ':tools:dbMigration:runtime'.
   > Could not find com.github.rodionmoiseev.c10n:c10n:1.2.
     Searched in the following locations:
         http://logst17.dev.infoscience.co.jp:8081/artifactory/public/com/github/rodionmoiseev/c10n/c10n/1.2/c10n-1.2.pom
         http://logst17.dev.infoscience.co.jp:8081/artifactory/public/com/github/rodionmoiseev/c10n/c10n/1.2/c10n-1.2.jar
         http://ginsim.org/maven/stable/com/github/rodionmoiseev/c10n/c10n/1.2/c10n-1.2.pom
         http://ginsim.org/maven/stable/com/github/rodionmoiseev/c10n/c10n/1.2/c10n-1.2.jar
         http://oss.sonatype.org/content/repositories/snapshots/com/github/rodionmoiseev/c10n/c10n/1.2/c10n-1.2.pom
         http://oss.sonatype.org/content/repositories/snapshots/com/github/rodionmoiseev/c10n/c10n/1.2/c10n-1.2.jar
     Required by:
         Logstorage-X.tools:dbMigration:2.2.0.8 > Logstorage-X.core:shared:2.2.0.8 > com.github.rodionmoiseev.c10n:c10n-tools:1.2

It seems that pom generated by gradle fail to set correct artifact name for c10n-core:

Should be "c10n-core", but actual value is "c10n" (the module name).