Skip to content

Commit 2701e94

Browse files
committed
[build] SKIP_SPECS env rename wasn't aligned here
1 parent 81c87b9 commit 2701e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ end
165165

166166
desc "Build the jruby-rack-#{GEM_VERSION}.gem"
167167
task :gem => [target_jar, target_jruby_rack, target_jruby_rack_version] do
168-
Rake::Task['spec'].invoke unless ENV['SKIP_SPEC'] == 'true'
168+
Rake::Task['spec'].invoke unless ENV['SKIP_SPECS'] == 'true'
169169
cp FileList["History.md", "LICENSE.txt", "README.md"], "target/gem"
170170
cp target_jar, "target/gem/lib"
171171
if (jars = FileList["target/gem/lib/*.jar"].to_a).size > 1

0 commit comments

Comments
 (0)