Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "Update to Kotlin 1.8.10 (#3137)" #3234

Merged
merged 1 commit into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ads-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Create folder
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-debug-apk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Set up Go
Expand All @@ -48,4 +48,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: pr-ddg-debug
path: pr-ddg-debug.apk
path: pr-ddg-debug.apk
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Run Code Formatting Checks
Expand All @@ -49,10 +49,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: JVM tests
Expand Down Expand Up @@ -81,10 +81,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Set up Go
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
with:
force: true

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Set up Go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Create folder
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/external-css-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
working-directory: node_modules/@duckduckgo/content-scope-scripts
run: npm run build

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Decode secret
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/external-ref-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Copy files
run: copy-files-from-to

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: JVM tests
Expand Down Expand Up @@ -79,10 +79,10 @@ jobs:
- name: Copy files
run: copy-files-from-to

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Decode secret
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Run Code Formatting Checks
Expand All @@ -41,10 +41,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: JVM tests
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Set up Go
Expand Down Expand Up @@ -115,10 +115,10 @@ jobs:
with:
force: true

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Set up Go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/privacy-dashboard-end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
with:
submodules: recursive

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Create folder
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/privacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
with:
force: true

- name: Set up JDK 17
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '11'
distribution: 'adopt'

- name: Set up Go
Expand Down
8 changes: 2 additions & 6 deletions ad-click/ad-click-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ plugins {
apply from: "$rootProject.projectDir/code-formatting.gradle"

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlin {
jvmToolchain(17)
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

dependencies {
Expand Down
8 changes: 2 additions & 6 deletions anvil/anvil-annotations/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ plugins {
apply from: "$rootProject.projectDir/code-formatting.gradle"

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlin {
jvmToolchain(17)
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

dependencies {
Expand Down
8 changes: 2 additions & 6 deletions anvil/anvil-compiler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,8 @@ plugins {
apply from: "$rootProject.projectDir/code-formatting.gradle"

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlin {
jvmToolchain(17)
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ class ContributesRemoteFeatureCodeGenerator : CodeGenerator {
return argumentAt("toggleStore", 5)?.value()
}

private fun ClassReference.declaredFunctions(): List<MemberFunctionReference> {
private fun ClassReference.declaredFunctions(): List<FunctionReference> {
return functions
.filter { it.name != "equals" }
.filter { it.name != "hashCode" }
Expand Down
8 changes: 2 additions & 6 deletions app-build-config/app-build-config-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ plugins {
apply from: "$rootProject.projectDir/code-formatting.gradle"

java {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlin {
jvmToolchain(17)
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<!-- smartling.entity_escaping = false -->
<!-- smartling.instruction_attributes = instruction -->
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<string name="atp_name">Protection contre le suivi des applications</string>
<string name="refresh">Actualiser</string>

Expand Down Expand Up @@ -211,11 +211,11 @@
<string name="atp_ActivityPastWeekAcross">Dans</string>

<plurals name="atp_ActivityPastWeekTrackerCount">
<item quantity="one" tools:ignore="ImpliedQuantity">Tentative de suivi</item>
<item quantity="one">Tentative de suivi</item>
<item quantity="other">Tentatives de suivi</item>
</plurals>
<plurals name="atp_ActivityPastWeekAppCount">
<item quantity="one" tools:ignore="ImpliedQuantity">Application</item>
<item quantity="one">Application</item>
<item quantity="other">Applications</item>
</plurals>
<string name="atp_ActivityEnabledLabel">Cette fonctionnalité est disponible en version bêta. Vous rencontrez un problème lié à une application ? <annotation type="app_settings_link">Veuillez le signaler.</annotation></string>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<!-- smartling.entity_escaping = false -->
<!-- smartling.instruction_attributes = instruction -->
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<string name="atp_name">Zaštita od praćenja aplikacija</string>
<string name="refresh">Osvježi</string>

Expand Down Expand Up @@ -219,13 +219,13 @@
<string name="atp_ActivityPastWeekAcross">U</string>

<plurals name="atp_ActivityPastWeekTrackerCount">
<item quantity="one" tools:ignore="ImpliedQuantity">pokušaj praćenja</item>
<item quantity="one">pokušaj praćenja</item>
<item quantity="few">pokušaja praćenja</item>
<item quantity="many">pokušaja praćenja</item>
<item quantity="other">pokušaja praćenja</item>
</plurals>
<plurals name="atp_ActivityPastWeekAppCount">
<item quantity="one" tools:ignore="ImpliedQuantity">aplikacija</item>
<item quantity="one">aplikacija</item>
<item quantity="few">aplikacije</item>
<item quantity="many">aplikacija</item>
<item quantity="other">aplikacije</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<!-- smartling.entity_escaping = false -->
<!-- smartling.instruction_attributes = instruction -->
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<string name="atp_name">Programų sekimo apsauga</string>
<string name="refresh">Atnaujinti</string>

Expand Down Expand Up @@ -219,13 +219,13 @@
<string name="atp_ActivityPastWeekAcross">Per</string>

<plurals name="atp_ActivityPastWeekTrackerCount">
<item quantity="one" tools:ignore="ImpliedQuantity">Bandymas sekti</item>
<item quantity="one">Bandymas sekti</item>
<item quantity="few">Bandymai sekti</item>
<item quantity="many">Bandymų sekti</item>
<item quantity="other">Bandymų sekti</item>
</plurals>
<plurals name="atp_ActivityPastWeekAppCount">
<item quantity="one" tools:ignore="ImpliedQuantity">Programa</item>
<item quantity="one">Programa</item>
<item quantity="few">Programos</item>
<item quantity="many">Programų</item>
<item quantity="other">Programų</item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->
<!-- smartling.entity_escaping = false -->
<!-- smartling.instruction_attributes = instruction -->
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<string name="atp_name">Lietotņu pretizsekošanas aizsardzība</string>
<string name="refresh">Atsvaidzināt</string>

Expand Down Expand Up @@ -215,13 +215,13 @@
<string name="atp_ActivityPastWeekAcross">Lietotņu skaits</string>

<plurals name="atp_ActivityPastWeekTrackerCount">
<item quantity="zero" tools:ignore="ImpliedQuantity">izsekošanas mēģinājumu</item>
<item quantity="one" tools:ignore="ImpliedQuantity">izsekošanas mēģinājums</item>
<item quantity="zero">izsekošanas mēģinājumu</item>
<item quantity="one">izsekošanas mēģinājums</item>
<item quantity="other">izsekošanas mēģinājumi</item>
</plurals>
<plurals name="atp_ActivityPastWeekAppCount">
<item quantity="zero" tools:ignore="ImpliedQuantity">lietotnes</item>
<item quantity="one" tools:ignore="ImpliedQuantity">lietotne</item>
<item quantity="zero">lietotnes</item>
<item quantity="one">lietotne</item>
<item quantity="other">lietotnes</item>
</plurals>
<string name="atp_ActivityEnabledLabel">Šī funkcija ir beta versijā. Pamanīji problēmu ar kādu lietotni? <annotation type="app_settings_link">Lūdzu, ziņo par to.</annotation></string>
Expand Down
Loading