Skip to content

Commit

Permalink
Tweak build system
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed Oct 24, 2023
1 parent 395edc7 commit 24b4940
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .blaze/blaze.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
blaze.dependencies = [
"com.fizzed:blaze-ssh:1.1.0"
"com.fizzed:buildx:0.0.3-SNAPSHOT"
"com.fizzed:buildx:1.0.0"
"com.fizzed:jne:3.3.1-SNAPSHOT"
]

Expand Down
2 changes: 0 additions & 2 deletions .blaze/blaze.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

import static com.fizzed.blaze.Contexts.withBaseDir;
import static com.fizzed.blaze.Systems.exec;
import static com.fizzed.blaze.SecureShells.sshConnect;
import static com.fizzed.blaze.SecureShells.sshExec;
import com.fizzed.buildx.*;

public class blaze {
Expand Down
2 changes: 1 addition & 1 deletion .blaze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>com.fizzed</groupId>
<artifactId>buildx</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.fizzed</groupId>
Expand Down

0 comments on commit 24b4940

Please sign in to comment.