Skip to content

Commit c614f17

Browse files
authored
Tests: Fix Maven build issue with IAB Tech Lab's Protobuf (#3807)
1 parent dcaeee4 commit c614f17

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/pr-java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Set up JDK
26-
uses: actions/setup-java@v3
26+
uses: actions/setup-java@v4
2727
with:
2828
distribution: 'temurin'
2929
cache: 'maven'

src/test/proto/test-opernrtb.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ extend com.iabtechlab.openrtb.v2.NativeRequest.EventTrackers {
8181
optional TestExt eventTrackers = 8871;
8282
}
8383

84-
extend com.iabtechlab.openrtb.v2.BidRequest.Imp.Video.CompanionAd {
85-
86-
optional TestExt companionAd = 8871;
87-
}
88-
8984
extend com.iabtechlab.openrtb.v2.NativeRequest.Asset.Data {
9085

9186
optional TestExt nativeData = 8871;

0 commit comments

Comments
 (0)