Skip to content

Commit

Permalink
add Step::ExecuteJava
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Jun 21, 2024
1 parent c2832c4 commit 4cff3dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/api/step/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ pub use cache_location::*;
pub enum Step {
CacheCheck(FileMeta),
Download { url: String, metadata: FileMeta },
Execute,
ExecuteJava {
args: Vec<String>,
java_version: Option<String>,
label: String,
},
}

#[derive(Debug, Clone, Copy, Default, PartialEq, Eq)]
Expand Down

0 comments on commit 4cff3dd

Please sign in to comment.