zlatinb / muwire

MuWire file sharing client for I2P
GNU General Public License v3.0
191 stars 27 forks source link

Building tracker fails #125

Open JamesOlvertone opened 2 years ago

JamesOlvertone commented 2 years ago

Hi,

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

results to this:

zlatinb commented 2 years ago

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 commented 2 years ago

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.

JamesOlvertone commented 2 years ago

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