Skip to content

Commit

Permalink
JPERF-1422: Generate recommendations for Jira 9.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ewefie committed Dec 1, 2023
1 parent 88b097e commit a1f06d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import java.util.zip.ZipOutputStream

class HardwareRecommendationIT {

private val jswVersion = System.getProperty("hwr.jsw.version") ?: "9.11.0"
private val jswVersion = System.getProperty("hwr.jsw.version") ?: "9.12.0"
private val cacheKey = "datagen-datasets-v1-$jswVersion"
private val workspace = rootWorkspace.isolateTask(cacheKey)

Expand Down

0 comments on commit a1f06d1

Please sign in to comment.