Kane O'Riley
Kane O'Riley
The last release (1.2.1) was in February last year, whereas that commit (https://github.com/JakeWharton/hugo/commit/00a0d4f580f8c82b943c627b1f67de069f0f8897) was done in August. I'm sure Jake will release a new version when he feels the need,...
Please read my previous comment, you'll need to either build Hugo yourself or use Jitpack until a new release is published.
If you can't figure out how to build it yourself, use https://jitpack.io/#JakeWharton/hugo/50ee96dc07
@mtotschnig either you haven't added jitpack to your `allprojects` repositories, or `1.2.2-SNAPSHOT` isn't a valid version. Probably both.
You should just need to apply any Aspect J plugin on release builds (theres a few around if you google it, like https://github.com/uPhyca/gradle-android-aspectj-plugin) and add the inner Hugo dependencies manually...
Try https://jitpack.io/#JakeWharton/hugo/50ee96dc07
I believe my issue may be related but I'm not entirely sure. I use an env file when starting portainer in order to have a few global variables (such as...
The .env file is stored at `/home/user/docker/portainer/docker.env`, and is passed to portainer when starting via the command: ``` docker run -d -p 9000:9000 \ --name portainer --restart=always \ --env-file "/home/user/docker/portainer/docker.env"...
My issue is not resolved by 2.27.1, problem remains the same unfortunately. Edit as per https://github.com/portainer/portainer/issues/12546#issuecomment-2688604043: I've been using environment variables inherited from the Portainer container, as it's a convenient...
I'm seeing exactly the same issue