mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Fix bad merge
This commit is contained in:
@@ -13,11 +13,7 @@ plugins {
|
||||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
|
||||
boolean dev = System.getenv('RELEASE') == null || System.getenv('RELEASE').equals('false');
|
||||
<<<<<<< Updated upstream
|
||||
ext.buildnumber = System.getenv().BUILD_NUMBER ?: 'custom';
|
||||
=======
|
||||
ext.buildnumber = System.getenv().BUILD_NUMBER ?: 'custom'
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
group = 'com.tterrag.blur'
|
||||
archivesBaseName = "Blur"
|
||||
|
||||
Reference in New Issue
Block a user