update to 1.17 and bring in all the TF changes from the old version#1
update to 1.17 and bring in all the TF changes from the old version#1Taahh wants to merge 2 commits intoAtlasMediaGroup:v6from
Conversation
| @@ -0,0 +1,167 @@ | |||
| /* | |||
There was a problem hiding this comment.
Can we get rid of the copyright notice? Given it's not their CopyRight...?
There was a problem hiding this comment.
on compile it throws an error at the very end saying we violate the license– given that we're open sourcing a fork i thought we should not violate their license then xd
|
|
||
| repositories { | ||
| mavenCentral() | ||
| mavenLocal() |
There was a problem hiding this comment.
I presume this means it's using the local Maven Cache? Could we make sure for pulling in TFM it's pulling from Nexus in Maven, so this won't fail if you've not built TFM before... https://nexus-01.core.atlas-media.co.uk/repository/totalfreedom-development/ is the URL you should be able to point Maven at and it'll be able to pull down TFM releases and Release Candidate Builds.
There was a problem hiding this comment.
thank you, did not know of the nexus repo. will update when home
No description provided.