Skip to content

Commit 8bfbcd1

Browse files
committed
fix compile
1 parent 1b5c2cd commit 8bfbcd1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/ExtractCurrentVersionsTask.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ public void executeTask() throws IOException {
5353
LOGGER.lifecycle("Extracting latest version information");
5454

5555
List<String> output = new ArrayList<>();
56-
int transportVersion = readLatestVersion(rootDir.resolve(TRANSPORT_VERSIONS_FILE_PATH));
57-
LOGGER.lifecycle("Transport version: {}", transportVersion);
58-
output.add(TRANSPORT_VERSION_TYPE + ":" + transportVersion);
5956

6057
int indexVersion = readLatestVersion(rootDir.resolve(INDEX_VERSIONS_FILE_PATH));
6158
LOGGER.lifecycle("Index version: {}", indexVersion);

0 commit comments

Comments
 (0)