lonefelidae16 / extra-sounds

**UNOFFICIAL** port of ExtraSounds
https://artifactory.kow08absty.com/ui/native/fabricmc/dev/stashy/extra-sounds/
Creative Commons Zero v1.0 Universal
54 stars 2 forks source link

Can't import ExtraSounds project from another Gradle project #20

Closed lonefelidae16 closed 3 months ago

lonefelidae16 commented 3 months ago

Importing with following syntax:

modImplementation "dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3"

Gradle shows:

A problem occurred configuring root project 'test-mod'.
> Could not resolve all files for configuration ':modCompileOnly'.
   > Could not find dev.stashy:logics:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.21:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.20.5:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.20.2:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.20:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.19.4:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.19.3:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.19.1:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.19:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.18.2:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:es1.18:3.0.0+c4f07716~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sound-categories:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:shared:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.21:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.20.5:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.20.3:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.20.2:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.20:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.19.4:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.19.3:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.19:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3
   > Could not find dev.stashy:sc1.18:2.0.0+c714a511~lonefelidae16.
     Required by:
         project : > dev.stashy:extra-sounds:3.0.0+1.21~lonefelidae16-build.3

Pom file view:

  <dependencies>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>logics</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.21</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.20.5</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.20.2</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.20</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.19.4</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.19.3</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.19.1</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.19</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.18.2</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>es1.18</artifactId>
      <version>3.0.0+c4f07716~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sound-categories</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>shared</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.21</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.20.5</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.20.3</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.20.2</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.20</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.19.4</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.19.3</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.19</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>dev.stashy</groupId>
      <artifactId>sc1.18</artifactId>
      <version>2.0.0+c714a511~lonefelidae16</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.15.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc.fabric-api</groupId>
      <artifactId>fabric-api</artifactId>
      <version>0.100.1+1.21</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>me.lonefelidae16</groupId>
      <artifactId>groominglib</artifactId>
      <version>1.0.0-SNAPSHOT</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>

Trying to remove subprojects from POM dependencies.

lonefelidae16 commented 3 months ago

When publishing to the Maven repo, logics project is now published separately.