Skip to content

Commit

Permalink
Korvaa artifactory github packagesilla
Browse files Browse the repository at this point in the history
  • Loading branch information
tomikat committed Jan 17, 2025
1 parent d851a09 commit c3b8460
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
16 changes: 3 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>https://github.com/Opetushallitus/heratepalvelu</url>
<connection>scm:git:git://github.com/Opetushallitus/heratepalvelu.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Opetushallitus/heratepalvelu.git</developerConnection>
<tag>fefbffd671ea41caa1c43994c14ef47638779f20</tag>
<tag>d851a09c9b5e68f14349722822dbfa14d561cd08</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -75,18 +75,8 @@
</releases>
</repository>
<repository>
<id>releases</id>
<url>https://artifactory.opintopolku.fi/artifactory/oph-sade-release-local</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>snapshots</id>
<url>https://artifactory.opintopolku.fi/artifactory/oph-sade-snapshot-local</url>
<id>github</id>
<url>https://maven.pkg.github.com/Opetushallitus/packages</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand Down
5 changes: 3 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
(defproject heratepalvelu "0.1.0-SNAPSHOT"
:description "Herätepalvelu Arvo-kyselylinkkien lähetyksen automatisointiin."
:repositories [["releases" "https://artifactory.opintopolku.fi/artifactory/oph-sade-release-local"]
["snapshots" "https://artifactory.opintopolku.fi/artifactory/oph-sade-snapshot-local"]]
:repositories [["github" {:url "https://maven.pkg.github.com/Opetushallitus/packages"
:username "private-token"
:password :env/GITHUB_TOKEN}]]
:dependencies [[org.clojure/clojure]
[org.clojure/tools.logging]
[org.clojure/core.memoize]
Expand Down

0 comments on commit c3b8460

Please sign in to comment.