diff options
author | makamys <makamys@outlook.com> | 2022-06-04 09:31:42 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2022-06-04 09:33:13 +0200 |
commit | 24204cfdc91a9ecc5e0012d9f256a7e72f541d64 (patch) | |
tree | 233971dbe560cb416eaa0646c7bf38853daabc1b /publish/gradle.properties | |
parent | b0f7f36a0b26f8ae0f6c238ae1a11f68d20efa1c (diff) | |
download | Neodymium-24204cfdc91a9ecc5e0012d9f256a7e72f541d64.tar.gz Neodymium-24204cfdc91a9ecc5e0012d9f256a7e72f541d64.tar.bz2 Neodymium-24204cfdc91a9ecc5e0012d9f256a7e72f541d64.zip |
Migrate to generic buildscript
Diffstat (limited to 'publish/gradle.properties')
-rw-r--r-- | publish/gradle.properties | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/publish/gradle.properties b/publish/gradle.properties new file mode 100644 index 0000000..2f104f6 --- /dev/null +++ b/publish/gradle.properties @@ -0,0 +1,10 @@ +githubOwner= +githubRepo= + +curseID= +modrinthID= + +releaseName= + +versionedProjectDirectories=false +updateJsonFullVersionFormat=false
\ No newline at end of file |