Skip to content
Snippets Groups Projects
Commit 372986ec authored by bendisposto's avatar bendisposto
Browse files

Update build.gradle

parent 795bfb72
Branches
Tags
No related merge requests found
......@@ -20,7 +20,7 @@ configurations { // configuration that holds jars to copy into lib
releaseJars
}
def parser_version = '2.4.22-SNAPSHOT'
def parser_version = '2.4.28-SNAPSHOT'
dependencies {
//compile (group: 'com.microsoft', name: 'tla2tools', version: '1.4.6')
......@@ -86,4 +86,4 @@ task tla2b(dependsOn: build) << {
include('tla2bAST-'+project.version+'.jar')
rename('tla2bAST-(.+)', 'TLA2B.jar')
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment