Skip to content

Commit

Permalink
Update LionWeb files to 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ftomassetti committed Jan 15, 2025
1 parent 6d912f8 commit 2dc6ad2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ allprojects {
project.version = version

repositories {
mavenLocal()
//mavenLocal()
mavenCentral()
maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/"}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ gson_version=2.10.1
lionwebJavaVersion=0.2.18
kspVersion=1.0.11
lionwebGenGradlePluginID=com.strumenta.kolasu.lionwebgen
lionwebRepositoryCommitID=ce4949ab88e2407d75b531a1807fbd690e6dab1f
lionwebRepositoryCommitID=7c6dfa1d6decbb7f6c3783caba9b2d78e5de644f
SONATYPE_CONNECT_TIMEOUT_SECONDS=180
SONATYPE_CLOSE_TIMEOUT_SECONDS=900
10 changes: 5 additions & 5 deletions lionweb-gen-gradle/src/test/resources/properties-language.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down Expand Up @@ -575,7 +575,7 @@
"targets": [
{
"resolveInfo": "Boolean",
"reference": "LionCore-builtins-Boolean"
"reference": "LionCore-builtins-Boolean-2024-1"
}
]
}
Expand Down Expand Up @@ -698,7 +698,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down Expand Up @@ -821,7 +821,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down Expand Up @@ -944,7 +944,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down
10 changes: 5 additions & 5 deletions lionweb-gen/src/test/resources/properties-language.json
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down Expand Up @@ -576,7 +576,7 @@
"targets": [
{
"resolveInfo": "Boolean",
"reference": "LionCore-builtins-Boolean"
"reference": "LionCore-builtins-Boolean-2024-1"
}
]
}
Expand Down Expand Up @@ -699,7 +699,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down Expand Up @@ -822,7 +822,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down Expand Up @@ -945,7 +945,7 @@
"targets": [
{
"resolveInfo": "String",
"reference": "LionCore-builtins-String"
"reference": "LionCore-builtins-String-2024-1"
}
]
}
Expand Down

0 comments on commit 2dc6ad2

Please sign in to comment.