Skip to content

Commit

Permalink
prepare 2.33
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 9, 2018
1 parent 9229828 commit 4702f1c
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 @@ -11,7 +11,7 @@ apply plugin: 'signing'

group = "net.sourceforge.htmlunit"
archivesBaseName = "htmlunit-core-js"
version = "2.33-SNAPSHOT"
version = "2.33"


jar {
Expand Down Expand Up @@ -70,7 +70,7 @@ task generateSources() {
delete('target/rhinoDiff.txt')
exec {
workingDir '../htmlunit-rhino-fork'
commandLine 'cmd', '/c', '"git.exe" diff upstream/master..HEAD >> ..\\htmlunit-core-js\\target\\rhinoDiff.txt'
commandLine 'cmd', '/c', '"git.exe" diff rhino/master..HEAD >> ..\\htmlunit-core-js\\target\\rhinoDiff.txt'
}
}
}
Expand Down

0 comments on commit 4702f1c

Please sign in to comment.