build: set calendar year to start date (2010) of project

This commit is contained in:
Connor Tumbleson 2020-04-11 06:33:23 -04:00
parent 3f831c8221
commit b4493a51bb
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -52,7 +52,7 @@ allprojects {
}
strictCheck true
ext.year = Calendar.getInstance().get(Calendar.YEAR)
ext.year = '2010'
ext.brut = 'Ryszard Wiśniewski'
ext.brutEmail = 'brut.alll@gmail.com'
ext.ibot = 'Connor Tumbleson'