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

Failed to import this project on IntelliJ14 . #33

Closed sakamotodesu closed 8 years ago

sakamotodesu commented 8 years ago

I read wiki -> contribute and tried to import this project on IntelliJ14, but failed.

rodionmoiseev commented 8 years ago

Thanks! Seems like i have forgotten to commit gradle.properties file, containing the sonatype credentials: sonatypeUser and sonatypePassword properties.

I will later commit some dummy values for these, to make the build pass. In the meanwhile you can modify master/build.gradle and replace sonatype* variables with some dummy values yourself.

Cheers