use static version numbers
This makes it easier to pull the artifacts from maven local.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import java.text.SimpleDateFormat;
|
||||
|
||||
group='org.lucares'
|
||||
version = '0.1.'+new SimpleDateFormat("YYYYMMddHHmmss").format(new Date());
|
||||
version = '0.2'
|
||||
|
||||
dependencies {
|
||||
jmh 'org.eclipse.collections:eclipse-collections:10.2.0'
|
||||
|
||||
Reference in New Issue
Block a user