'Have you created the publish closure? Missing desc
D:\HeavenChat\build.gradle
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
project.ext {
compileSdkVersion = 29
minSdkVersion = 21
targetSdkVersion =28
supportVersion = "29.0.2"
}
repositories {
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.0'
classpath 'com.google.gms:google-services:4.3.10'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
mavenCentral()
maven { url "https://giphy.bintray.com/giphy-sdk" }
maven { url 'https://jitpack.io' }
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
D:\HeavenChat\app\build.gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 32
defaultConfig {
applicationId "com.android.heavenchat"
minSdkVersion 21
targetSdkVersion 32
versionCode 52
versionName "15.9"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
bundle {
language {
// Specifies that the app bundle should not support
// configuration APKs for language resources. These
// resources are instead packaged with each base and
// dynamic feature APK.
enableSplit = false
}
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
lint {
abortOnError false
checkReleaseBuilds false
}
namespace 'com.android.heavenchat'
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
//noinspection GradleCompatible
implementation 'androidx.appcompat:appcompat:1.4.1'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.exifinterface:exifinterface:1.3.3'
testImplementation 'junit:junit:4.13.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'com.github.pronabsen:DragRecyclerView:1.0.0'
implementation project(':DragRecylerView')
implementation project(path: ':binderExtended')
implementation project(path: ':binderStatic')
implementation 'androidx.activity:activity:1.4.0'
implementation 'androidx.fragment:fragment:1.4.1'
implementation 'com.yuyakaido.android:card-stack-view:1.0.0-beta9'
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.daimajia.easing:library:2.0@aar'
implementation 'com.daimajia.androidanimations:library:2.3@aar'
implementation 'com.daimajia.slider:library:1.1.5@aar'
implementation 'com.nineoldandroids:library:2.4.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.yesterselga:country-picker-android:1.0'
implementation 'com.google.android.material:material:1.6.0'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'androidx.percentlayout:percentlayout:1.0.0'
implementation 'com.mindorks.android:prdownloader:0.6.0'
implementation 'com.chauthai.overscroll:overscroll-bouncy:0.1.1'
implementation 'pl.bclogic:pulsator4droid:1.0.3'
implementation 'me.everything:overscroll-decor-android:1.0.4'
implementation 'com.labo.kaji:fragmentanimations:0.1.1'
implementation 'com.mcxiaoke.volley:library-aar:1.0.0'
implementation 'com.makeramen:roundedimageview:2.3.0'
implementation 'com.facebook.android:facebook-android-sdk:5.15.3'
implementation 'com.gmail.samehadar:iosdialog:1.0'
implementation('com.giphy.sdk:core:1.0.2@aar') {
transitive = true
}
implementation 'com.android.billingclient:billing:5.0.0'
// glide image blur library
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'jp.wasabeef:glide-transformations:4.1.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.github.channguyen:rsv:1.0.1'
implementation 'com.zhouyou:signseekbar:1.0.6'
implementation 'net.the4thdimension:audio-wife:1.0.3'
implementation 'org.jsoup:jsoup:1.13.1'
implementation 'com.github.aakira:expandable-layout:1.6.0@aar'
implementation 'com.appyvet:materialrangebar:1.4.8'
// fresco image display library
implementation 'com.facebook.fresco:fresco:2.6.0'
implementation 'com.facebook.fresco:animated-gif:2.3.0'
implementation 'com.mikhaellopez:circularprogressbar:3.0.3'
implementation 'com.theartofdev.edmodo:android-image-cropper:'
implementation 'com.twilio:video-android:4.2.0'
implementation 'com.google.android.gms:play-services-gcm:17.0.0'
implementation 'com.google.android.gms:play-services-maps:18.0.2'
implementation 'com.google.android.gms:play-services-location:19.0.1'
implementation 'com.google.android.gms:play-services-places:17.0.0'
implementation 'com.google.android.gms:play-services-auth:20.2.0'
implementation 'com.google.firebase:firebase-database:20.0.5'
implementation 'com.google.firebase:firebase-messaging:23.0.5'
implementation 'com.google.firebase:firebase-core:21.0.0'
implementation 'com.google.firebase:firebase-storage:20.0.1'
implementation 'com.google.android.gms:play-services-ads:20.6.0'
implementation 'cat.ereza:customactivityoncrash:2.3.0'
implementation 'com.github.joielechong:countrycodepicker:2.4.2'
implementation 'com.chaos.view:pinview:1.4.4'
implementation 'com.ycuwq.widgets:datepicker:1.3.1'
// text size / ui size
implementation 'com.intuit.sdp:sdp-android:1.0.6'
implementation 'com.intuit.ssp:ssp-android:1.0.6'
implementation 'com.tbuonomo:dotsindicator:4.2'
androidTestImplementation 'androidx.test:runner:1.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
apply plugin: 'com.google.gms.google-services'
D:\HeavenChat\DragRecylerView\build.gradle
apply plugin: 'com.novoda.bintray-release'
apply plugin: 'com.android.library'
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.novoda:bintray-release:0.9.2'
}
}
def version = "1.0.5"
publish {
userOrg = 'shinhyo'
groupId = 'com.wonshinhyo'
artifactId = 'dragrecyclerview'
publishVersion = version
website = 'https://github.com/adearya69/DragRecyclerView'
issueTracker = "${website}/issues"
repository = "${website}.git"
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
namespace 'com.wonshinhyo.dragrecyclerview'
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:recyclerview-v7:' + rootProject.ext.supportVersion
}
Error Have you created the publish closure? Missing desc. "
A problem occurred configuring project ':DragRecylerView'.
Have you created the publish closure? Missing desc.
- Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.
- Exception is: org.gradle.api.ProjectConfigurationException: A problem occurred configuring project
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
