BroncBotz3481 / YAGSL-Lib

YAGSL-Vendor Library
Apache License 2.0
7 stars 3 forks source link

YAGSL vendordep uses the wrong version of YAGSL-lib #4

Closed UserC2 closed 10 months ago

UserC2 commented 10 months ago

In yagsl.json two versions of YAGSL are specified:

{
  "fileName": "yagsl.json",
  "name": "YAGSL",
  "version": "2023.1.6", <- reported version is 2023.1.6
  "uuid": "1ccce5a4-acd2-4d18-bca3-4b8047188400",
  "mavenUrls": [
    "https://broncbotz3481.github.io/YAGSL-Lib/yagsl/repos"
  ],
  "jsonUrl": "https://broncbotz3481.github.io/YAGSL-Lib/yagsl/yagsl.json",
  "javaDependencies": [
    {
      "groupId": "swervelib",
      "artifactId": "YAGSL-java",
      "version": "2023.0.6" <- version of the library doesn't match
    }
  ],
  "jniDependencies": [
  ],
  "cppDependencies": [
  ]
}
thenetworkgrinch commented 10 months ago

Oops, i will fix that right now

thenetworkgrinch commented 10 months ago

Thank you for pointing this out!