You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by hu...@apache.org on 2022/11/14 17:59:35 UTC

[plc4x] branch develop updated: feat(plc4py/github): Add Java

This is an automated email from the ASF dual-hosted git repository.

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 0a7f3a1799 feat(plc4py/github): Add Java
0a7f3a1799 is described below

commit 0a7f3a17998641d3630c6c0d50ec1ae762336cb8
Author: Ben Hutcheson <be...@gmail.com>
AuthorDate: Mon Nov 14 11:58:48 2022 -0600

    feat(plc4py/github): Add Java
---
 .github/workflows/python-build.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml
index 719835989a..568b902543 100644
--- a/.github/workflows/python-build.yml
+++ b/.github/workflows/python-build.yml
@@ -58,6 +58,13 @@ jobs:
         with:
           python-version: '${{ matrix.python-version }}'
 
+      - name: Setup Java
+        uses: actions/setup-java@v3
+        with:
+          distribution: 'adopt'
+          java-package: jdk
+          java-version: 17
+
       - name: Set Platform options
         id: platform_opts
         uses: actions/github-script@v6.3.3