Skip to content

Commit 4702f1c

Browse files
committed
prepare 2.33
1 parent 9229828 commit 4702f1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'signing'
1111

1212
group = "net.sourceforge.htmlunit"
1313
archivesBaseName = "htmlunit-core-js"
14-
version = "2.33-SNAPSHOT"
14+
version = "2.33"
1515

1616

1717
jar {
@@ -70,7 +70,7 @@ task generateSources() {
7070
delete('target/rhinoDiff.txt')
7171
exec {
7272
workingDir '../htmlunit-rhino-fork'
73-
commandLine 'cmd', '/c', '"git.exe" diff upstream/master..HEAD >> ..\\htmlunit-core-js\\target\\rhinoDiff.txt'
73+
commandLine 'cmd', '/c', '"git.exe" diff rhino/master..HEAD >> ..\\htmlunit-core-js\\target\\rhinoDiff.txt'
7474
}
7575
}
7676
}

0 commit comments

Comments
 (0)