intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

[gradle]2021.x cannot import

Open ykfs opened this issue 3 years ago • 1 comments

when update to 2021.x, gradle project can not import the jar which is install to mavenlocal: a project: apply plugin: 'maven' then click install to mavenlocal b project import a, but it fail, it still want find the wrong snapshot

repositories {
    mavenLocal()
   maven {
      credentials {
                  username xxx
                  password xxx
              }
              url xxx
      }
}

but when use 2020.x ,it success

ykfs avatar Jan 05 '22 06:01 ykfs

Hello! Please report issue on YouTrack: https://youtrack.jetbrains.com/issues/IDEA

ybedrov avatar Jan 07 '22 23:01 ybedrov