Skip to content

Commit

Permalink
version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell committed Mar 10, 2017
1 parent 6c3bf74 commit eda91d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
}

group = 'edu.sc.seis'
version = '2.4.2.SNAPSHOT'
version = '2.4.2'

artifacts {
archives jar
Expand Down Expand Up @@ -156,7 +156,7 @@ task makeScript(dependsOn: copyToLib) << { task ->
ScriptBuilder.create('taup_wavefront', 'edu.sc.seis.TauP.TauP_Wavefront', task.project, bat:doBat)
ScriptBuilder.create('taup_table', 'edu.sc.seis.TauP.TauP_Table', task.project, bat:doBat)
ScriptBuilder.create('taup', 'edu.sc.seis.TauP.TauP', task.project, bat:doBat)
ScriptBuilder.create('taup_console', 'edu.sc.seis.TauP.TauP_Console', task.project, bat:doBat)
// ScriptBuilder.create('taup_console', 'edu.sc.seis.TauP.TauP_Console', task.project, bat:doBat)
}


Expand Down

0 comments on commit eda91d7

Please sign in to comment.