I made a build of one of my plugins a few weeks ago and it gave me detailed analysis but now it just says the build failed with no logs... Is there something wrong with building process? (My plugin compiles fine)
On-site plugin building not working?Solved
Could you provide a little more details, ie. which plugin?
Edit: It looks like the unnecessary hard dependency on Playtime Tracker was causing it to fail; changed that to the appropriate dependency level and now it is working fine. Not sure why yet, but Calytic is looking into that.
Edit: It looks like the unnecessary hard dependency on Playtime Tracker was causing it to fail; changed that to the appropriate dependency level and now it is working fine. Not sure why yet, but Calytic is looking into that.
@Slydelix As per the documentation, "hard" dependencies are only used in special circumstances. I changed your dependency to a normal dependency and your plugin built correctly.
Locked automatically