File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ javaVersion=17
22gradleVersion =7.6
33org.gradle.jvmargs =-Xmx4096m
44lcaacGroup =ch.kleis.lcaac
5- lcaacVersion =1.7.14
5+ lcaacVersion =1.8.0
Original file line number Diff line number Diff line change 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.* `
Original file line number Diff line number Diff line change @@ -28,15 +28,14 @@ kotlin {
2828// Configure project's dependencies
2929repositories {
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
4241sourceSets {
@@ -48,7 +47,7 @@ sourceSets {
4847}
4948
5049dependencies {
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" )
You can’t perform that action at this time.
0 commit comments