leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
ghaskins 2020-01-14T23:50:50.008600Z

Has anyone tried to use leiningen against gitlab's integrated maven repo?

ghaskins 2020-01-14T23:51:26.009300Z

IIUC, the issue is that the

<configuration>
        <httpHeaders>
          <property>
            <name>Private-Token</name>
            <value>REPLACE_WITH_YOUR_PERSONAL_ACCESS_TOKEN</value>
          </property>
        </httpHeaders>
      </configuration>

ghaskins 2020-01-14T23:51:37.009600Z

is not exposed to lein's maven configuration