mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Fix buildscript for new name
This commit is contained in:
@@ -9,8 +9,8 @@ buildscript {
|
||||
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
group = 'com.tterrag.blurbg'
|
||||
archivesBaseName = "BlurBG"
|
||||
group = 'com.tterrag.blur'
|
||||
archivesBaseName = "Blur"
|
||||
version = "MC${minecraft_version}-${mod_version}-${System.getenv().BUILD_NUMBER}"
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
Reference in New Issue
Block a user