File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ buildscript {
1313 // in the individual module build.gradle files
1414 }
1515}
16- plugins {
16+ /* plugins {
1717 // плагин для автоматизации публикации нашей либы
1818 id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
19- }
19+ }*/
2020allprojects {
2121 repositories {
2222 google()
@@ -27,7 +27,7 @@ allprojects {
2727
2828
2929// позже мы добавим скрипты для публикации
30- apply from : " ${ rootDir} /scripts/publish-root.gradle"
30+ // apply from: "${rootDir}/scripts/publish-root.gradle"
3131
3232task clean (type : Delete ) {
3333 delete rootProject. buildDir
Original file line number Diff line number Diff line change 6060 PUBLISH_ARTIFACT_ID = ' ejkit'
6161}
6262
63- apply from : " ${ rootProject.projectDir} /scripts/publish-module.gradle"
63+ // apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
Original file line number Diff line number Diff line change 5555 PUBLISH_ARTIFACT_ID = ' ejkit-gson'
5656}
5757
58- apply from : " ${ rootProject.projectDir} /scripts/publish-module.gradle"
58+ // apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
Original file line number Diff line number Diff line change 5656 PUBLISH_ARTIFACT_ID = ' ejkit-moshi'
5757}
5858
59- apply from : " ${ rootProject.projectDir} /scripts/publish-module.gradle"
59+ // apply from: "${rootProject.projectDir}/scripts/publish-module.gradle"
6060
You can’t perform that action at this time.
0 commit comments