We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62aa13 commit 1df5e4aCopy full SHA for 1df5e4a
app/models/remote_sandbox.rb
@@ -16,7 +16,7 @@ def initialize(baseurl)
16
17
def self.try_to_send_submission_to_free_server(submission, notify_url)
18
servers = if submission.exercise && ExerciseDir.get(submission.exercise.clone_path).safe_for_experimental_sandbox
19
- if ExerciseDir.exercise_type == "maven"
+ if ExerciseDir.exercise_type == "java_maven"
20
all_experimental.shuffle
21
else
22
all_experimental.shuffle + all.shuffle
0 commit comments