[
https://issues.apache.org/jira/browse/BEAM-12313?focusedWorklogId=696359&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-696359
]
ASF GitHub Bot logged work on BEAM-12313:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Dec/21 05:19
Start Date: 15/Dec/21 05:19
Worklog Time Spent: 10m
Work Description: tvalentyn commented on a change in pull request #15675:
URL: https://github.com/apache/beam/pull/15675#discussion_r769248680
##########
File path: buildSrc/build.gradle.kts
##########
@@ -35,29 +35,29 @@ repositories {
// Dependencies on other plugins used when this plugin is invoked
dependencies {
- compile(gradleApi())
- compile(localGroovy())
- compile("com.github.jengelman.gradle.plugins:shadow:6.1.0")
-
compile("gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.0")
+ implementation(gradleApi())
+ implementation(localGroovy())
+ implementation("com.github.jengelman.gradle.plugins:shadow:6.1.0")
+
implementation("gradle.plugin.com.github.spotbugs.snom:spotbugs-gradle-plugin:4.5.0")
- runtime("net.ltgt.gradle:gradle-apt-plugin:0.21")
// Enable a Java annotation processor
- runtime("com.google.protobuf:protobuf-gradle-plugin:0.8.13")
// Enable proto code generation
- runtime("io.spring.gradle:propdeps-plugin:0.0.9.RELEASE")
// Enable provided and optional configurations
- runtime("com.commercehub.gradle.plugin:gradle-avro-plugin:0.11.0")
// Enable Avro code generation
- runtime("com.diffplug.spotless:spotless-plugin-gradle:5.6.1")
// Enable a code formatting plugin
- runtime("gradle.plugin.com.github.blindpirate:gogradle:0.11.4")
// Enable Go code compilation
- runtime("gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.22.0")
// Enable building Docker containers
- runtime("gradle.plugin.com.dorongold.plugins:task-tree:1.5")
// Adds a 'taskTree' task to print task dependency tree
- runtime("com.github.jengelman.gradle.plugins:shadow:6.1.0")
// Enable shading Java dependencies
- runtime("ca.coglinc:javacc-gradle-plugin:2.4.0")
// Enable the JavaCC parser generator
- runtime("net.linguica.gradle:maven-settings-plugin:0.5")
-
runtime("gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:0.5.0")
// Enable creating an offline repository
- runtime("net.ltgt.gradle:gradle-errorprone-plugin:1.2.1")
// Enable errorprone Java static analysis
- runtime("org.ajoberstar.grgit:grgit-gradle:4.0.2")
// Enable website git publish to asf-site branch
- runtime("com.avast.gradle:gradle-docker-compose-plugin:0.13.2")
// Enable docker compose tasks
- runtime("ca.cutterslade.gradle:gradle-dependency-analyze:1.4.3")
// Enable dep analysis
- runtime("gradle.plugin.net.ossindex:ossindex-gradle-plugin:0.4.11")
// Enable dep vulnerability analysis
- runtime("org.checkerframework:checkerframework-gradle-plugin:0.5.16")
// Enable enhanced static checking plugin
+ runtimeOnly("net.ltgt.gradle:gradle-apt-plugin:0.21")
// Enable a Java annotation processor
+ runtimeOnly("com.google.protobuf:protobuf-gradle-plugin:0.8.13")
// Enable proto code generation
+ runtimeOnly("io.spring.gradle:propdeps-plugin:0.0.9.RELEASE")
// Enable provided and optional configurations
+ runtimeOnly("com.commercehub.gradle.plugin:gradle-avro-plugin:0.11.0")
// Enable Avro code generation
+ runtimeOnly("com.diffplug.spotless:spotless-plugin-gradle:5.6.1")
// Enable a code formatting plugin
+ runtimeOnly("gradle.plugin.com.github.blindpirate:gogradle:0.11.4")
// Enable Go code compilation
+ runtimeOnly("gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.22.0")
// Enable building Docker containers
Review comment:
do we need this one? i remember we switched to a different plugin
earlier (the one that is used in other places in Beam).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 696359)
Time Spent: 22h 40m (was: 22.5h)
> Publish Java 17 SDK Harness docker image
> ----------------------------------------
>
> Key: BEAM-12313
> URL: https://issues.apache.org/jira/browse/BEAM-12313
> Project: Beam
> Issue Type: Sub-task
> Components: build-system, sdk-java-harness
> Reporter: Ismaël Mejía
> Assignee: Fernando Morales
> Priority: P3
> Time Spent: 22h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.1#820001)