Skip to content

Commit

Permalink
coined 1.21.1; fix #27 show diff image with width:100%
Browse files Browse the repository at this point in the history
  • Loading branch information
kazurayam committed Jul 17, 2020
1 parent 5352c70 commit f3ba7de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VisualTestingInKatalonStudio.prj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UUID>da342c35-8895-46a8-bc71-707f2266a118</UUID>
<migratedVersion>5.9.0</migratedVersion>
<pageLoadTimeout>0</pageLoadTimeout>
<projectFileLocation>/Users/kazuakiurayama/katalon-workspace/VisualTestingInKatalonStudio/VisualTestingInKatalonStudio.prj</projectFileLocation>
<projectFileLocation>C:\Users\qcq0264\katalon-workspace\VisualTestingInKatalonStudio\VisualTestingInKatalonStudio.prj</projectFileLocation>
<sourceContent>
<sourceFolderList>
<sourceFolderConfiguration>
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

apply plugin: 'groovy'

version = "1.21.0"
version = "1.21.1"

ext {
groovyVersion = '2.4.7'
Expand Down Expand Up @@ -41,7 +41,7 @@ task downloadJarsIntoDriversDir {
downloadFile('https://repo1.maven.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar')
downloadFile('https://github.com/kazurayam/junit4ks/releases/download/1.6/junit4ks-all.jar')
downloadFile('https://github.com/kazurayam/ksbackyard/releases/download/0.40.0/ksbackyard-0.40.0.jar')
downloadFile('https://github.com/kazurayam/Materials/releases/download/0.78.0/Materials-0.78.0.jar')
downloadFile('https://github.com/kazurayam/Materials/releases/download/0.78.1/Materials-0.78.1.jar')
}
}

Expand All @@ -53,7 +53,7 @@ task drivers {


task driversFromMavenLocal(type: Copy) {
from file("${System.getProperty('user.home')}/.m2/repository/com/kazurayam/Materials/0.78.0/Materials-0.78.0.jar")
from file("${System.getProperty('user.home')}/.m2/repository/com/kazurayam/Materials/0.78.1/Materials-0.78.1.jar")
into file("$projectDir/Drivers")
}

Expand Down

0 comments on commit f3ba7de

Please sign in to comment.