summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautobuild.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/autobuild.rb b/autobuild.rb
index 373d8cc..a63547d 100755
--- a/autobuild.rb
+++ b/autobuild.rb
@@ -133,6 +133,9 @@ def find_attributes(build_dir)
if name =~ /^maven$/ then
attr[:build_maven] = true
end
+ if name =~ /^sbt$/ then
+ attr[:build_sbt] = true
+ end
if name =~ /^scons$/ then
attr[:build_scons] = true
end