Skip to content

Commit

Permalink
Merge pull request #1748 from jponge/build/ci-and-build-files-cleanup
Browse files Browse the repository at this point in the history
Release-related build files and documentation cleanups
  • Loading branch information
jponge authored Nov 24, 2024
2 parents 8e5c2fe + 38be323 commit 247b464
Show file tree
Hide file tree
Showing 16 changed files with 51 additions and 612 deletions.
8 changes: 4 additions & 4 deletions .build/BlameAPI.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS info.picocli:picocli:4.6.2
//DEPS org.eclipse.jgit:org.eclipse.jgit:6.0.0.202111291000-r
//DEPS com.google.guava:guava:31.0-jre
//DEPS org.slf4j:slf4j-simple:1.7.32
//DEPS info.picocli:picocli:4.7.6
//DEPS org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r
//DEPS com.google.guava:guava:33.3.1-jre
//DEPS org.slf4j:slf4j-simple:2.0.16

import java.io.File;
import java.io.IOException;
Expand Down
5 changes: 3 additions & 2 deletions .build/CompatibilityUtils.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
///usr/bin/env jbang "$0" "$@" ; exit $? # (1)
//DEPS io.vertx:vertx-core:3.9.4
//DEPS info.picocli:picocli:4.6.3
//DEPS io.vertx:vertx-core:4.5.11
//DEPS com.fasterxml.jackson.core:jackson-annotations:2.18.1
//DEPS info.picocli:picocli:4.7.6

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
Expand Down
69 changes: 0 additions & 69 deletions .build/Helper.java

This file was deleted.

164 changes: 0 additions & 164 deletions .build/PostRelease.java

This file was deleted.

116 changes: 0 additions & 116 deletions .build/PreRelease.java

This file was deleted.

4 changes: 2 additions & 2 deletions .build/UpdateDocsAttributesFiles.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
///usr/bin/env jbang "$0" "$@" ; exit $?
//DEPS org.kohsuke:github-api:1.307
//DEPS info.picocli:picocli:4.6.3
//DEPS org.kohsuke:github-api:1.326
//DEPS info.picocli:picocli:4.7.6

import org.kohsuke.github.GitHub;
import org.kohsuke.github.GitHubBuilder;
Expand Down
Loading

0 comments on commit 247b464

Please sign in to comment.