add docker scripts

This commit is contained in:
CaiHQ
2021-12-03 09:16:35 +08:00
parent 6dd0c9283f
commit 6f541469a1
6 changed files with 86 additions and 4 deletions

View File

@@ -2,10 +2,8 @@ plugins {
id 'java'
id 'idea'
}
def currVersion = "1.5.0"
def currVersion = "1.6.0"
ext.projectIds = ['group': 'com.bdware.sc', 'version': currVersion]
//group 'com.bdware.sc'
//version '1.4.4-SNAPSHOT'
sourceCompatibility = 1.8
project(':genparser') {