diff options
| author | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-07-18 16:04:36 +0200 |
|---|---|---|
| committer | Robert Sosnitzka <robert.sosnitzka@gmail.com> | 2016-07-18 16:04:37 +0200 |
| commit | 7515737cb4c6bd9a98d0ebeecd5715c808f87e3f (patch) | |
| tree | 13dac154e10091769986b489468af2995e4b17c9 /build.gradle | |
| parent | c72689b68ae16da380d29ff424038bba393cd340 (diff) | |
Project renamed to "TAIGA: Tinkers alloying addon"
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 7a0342e..ddeea06 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ repositories { } version = "0.9" -group = "com.sosnitzka.ztic_addon" // http://maven.apache.org/guides/mini/guide-naming-conventions.html -archivesBaseName = "ztic_addon" +group = "com.sosnitzka.taiga" // http://maven.apache.org/guides/mini/guide-naming-conventions.html +archivesBaseName = "taiga" minecraft { version = "1.10.2-12.18.1.2011" |
