We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9229828 commit 4702f1cCopy full SHA for 4702f1c
build.gradle
@@ -11,7 +11,7 @@ apply plugin: 'signing'
11
12
group = "net.sourceforge.htmlunit"
13
archivesBaseName = "htmlunit-core-js"
14
-version = "2.33-SNAPSHOT"
+version = "2.33"
15
16
17
jar {
@@ -70,7 +70,7 @@ task generateSources() {
70
delete('target/rhinoDiff.txt')
71
exec {
72
workingDir '../htmlunit-rhino-fork'
73
- 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'
74
}
75
76
0 commit comments