Skip to content

Commit 43a5700

Browse files
author
Peva Blanchard
committed
lcaac bump version 1.8.0
1 parent 75e230b commit 43a5700

3 files changed

Lines changed: 15 additions & 11 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ javaVersion=17
22
gradleVersion=7.6
33
org.gradle.jvmargs=-Xmx4096m
44
lcaacGroup=ch.kleis.lcaac
5-
lcaacVersion=1.7.14
5+
lcaacVersion=1.8.0

plugin/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
## [Unreleased]
66

7+
## [1.8.0]
8+
9+
- Updated dependency LCAAC core
10+
- Support for annotation @cached
11+
712
## [1.7.12]
813

914
- Adapt to latest idea build `251.*`

plugin/build.gradle.kts

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@ kotlin {
2828
// Configure project's dependencies
2929
repositories {
3030
mavenCentral()
31-
// maven {
32-
// name = "github"
33-
// url = uri("https://maven.pkg.github.com/kleis-technology/lcaac")
34-
// credentials {
35-
// username = System.getenv("GITHUB_ACTOR")
36-
// password = System.getenv("GITHUB_TOKEN")
37-
// }
38-
// }
39-
mavenLocal()
31+
maven {
32+
name = "github"
33+
url = uri("https://maven.pkg.github.com/kleis-technology/lcaac")
34+
credentials {
35+
username = System.getenv("GITHUB_ACTOR")
36+
password = System.getenv("GITHUB_TOKEN")
37+
}
38+
}
4039
}
4140

4241
sourceSets {
@@ -48,7 +47,7 @@ sourceSets {
4847
}
4948

5049
dependencies {
51-
implementation("ch.kleis.lcaac:core:1.7.14")
50+
implementation("ch.kleis.lcaac:core:1.8.0")
5251

5352
implementation(files(layout.buildDirectory.dir("stdlib/ef3.1")) {
5453
builtBy("generateEmissionFactors31")

0 commit comments

Comments
 (0)