File tree Expand file tree Collapse file tree 2 files changed +25
-4
lines changed
module-assembler-gradle-plugin Expand file tree Collapse file tree 2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 3535 - name : Upload Plugin
3636 uses : actions/upload-artifact@v4
3737 with :
38- # name: kmp-android.apk
38+ name : module-assembler-intellij-plugin.zip
3939 path : module-assembler-intellij-plugin/build/distributions/**
4040
4141 gradle-plugin-build :
5555 - name : Upload Plugin
5656 uses : actions/upload-artifact@v4
5757 with :
58- # name: kmp-android.apk
58+ name : module-assembler-gradle-plugin.zip
5959 path : module-assembler-gradle-plugin/build/libs/**
6060
6161 gradle-plugin-kt-build :
7676 - name : Upload Plugin
7777 uses : actions/upload-artifact@v4
7878 with :
79- # name: kmp-android.apk
79+ name : module-assembler-gradle-plugin-kt.zip
8080 path : module-assembler-gradle-plugin-kt/build/libs/**
Original file line number Diff line number Diff line change 1+ pluginManagement {
2+ repositories {
3+ google {
4+ mavenContent {
5+ includeGroupAndSubgroups(" androidx" )
6+ includeGroupAndSubgroups(" com.android" )
7+ includeGroupAndSubgroups(" com.google" )
8+ }
9+ }
10+ mavenCentral()
11+ gradlePluginPortal()
12+ }
13+ }
14+
115dependencyResolutionManagement {
216 repositories {
3- google()
17+ google {
18+ mavenContent {
19+ includeGroupAndSubgroups(" androidx" )
20+ includeGroupAndSubgroups(" com.android" )
21+ includeGroupAndSubgroups(" com.google" )
22+ }
23+ }
424 mavenCentral()
525 }
626 versionCatalogs {
727 create(" libs" ) {
828 from(files(" ../android/gradle/libs.versions.toml" ))
929 }
1030 }
31+
1132}
You can’t perform that action at this time.
0 commit comments