muwire icon indicating copy to clipboard operation
muwire copied to clipboard

Building tracker fails

Open JamesOlvertone opened this issue 2 years ago • 3 comments

Hi,

git clone https://github.com/zlatinb/muwire cd ./muwire ./gradlew clean tracker:bootRun

results to this:

  • What went wrong: Project 'tracker' not found in root project 'muwire'.

JamesOlvertone avatar Mar 16 '22 12:03 JamesOlvertone

Yes, the mwtrackerd broke when I upgraded to Gradle 7. If you take a look at settings.gradle there is a TODO I've left for myself to fix it, but it's low priority.

zlatinb avatar Mar 16 '22 12:03 zlatinb

Thinking about it more, the tracker should really be a separate project like mucats is. That way different gradle versions can be used for the MuWire core and then for the tracker.

zlatinb avatar Mar 16 '22 12:03 zlatinb

Yes I found that line right now too. Well I only wanted to play around with this tracker, I don't need it actually.

JamesOlvertone avatar Mar 16 '22 12:03 JamesOlvertone