File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : Build and Release (Manual Run) v1.3
1+ name : Build and Release (Manual Run) v1.4
22
33on :
44 workflow_dispatch : # This event allows manual triggering
@@ -18,10 +18,10 @@ jobs:
1818 fetch-depth : 0
1919
2020
21- - name : Set up JDK 8
21+ - name : Set up JDK 17
2222 uses : actions/setup-java@v3
2323 with :
24- java-version : 8
24+ java-version : 17
2525 distribution : ' temurin'
2626
2727
Original file line number Diff line number Diff line change 1+ ## Version: [ v1.0.2] ( https://github.com/newrelic-experimental/newrelic-java-apache-axis2/releases/tag/v1.0.2 ) | Created: 2025-08-06
2+
3+
14## Version: [ v1.0.1] ( https://github.com/newrelic-experimental/newrelic-java-apache-axis2/releases/tag/v1.0.1 ) | Created: 2023-09-21
25### Build Upgrades
36- Updated vendor Title
Original file line number Diff line number Diff line change 33
44apply plugin : ' java'
55
6+ java {
7+ sourceCompatibility = JavaVersion . VERSION_17
8+ targetCompatibility = JavaVersion . VERSION_17
9+ }
10+
611dependencies {
712 implementation ' org.apache.axis2:axis2-kernel:2.0.0'
813 implementation ' org.apache.axis2:axis2-transport-http:2.0.0'
You can’t perform that action at this time.
0 commit comments