Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Jan 4, 2024
1 parent c5774b5 commit eb476b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions mx.trufflesqueak/suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
},
"moduleName": "org.bouncycastle.util",
},
"CHECKSTYLE_10.7.0" : {
"urls" : [
"CHECKSTYLE_10.7.0": {
"urls": [
"https://github.com/checkstyle/checkstyle/releases/download/checkstyle-10.7.0/checkstyle-10.7.0-all.jar"
],
"sha1": "acd1c78c07e894647e8dcbd72c4fa9a136e20d6d",
"licence" : "LGPLv21",
"licence": "LGPLv21",
},
"TRUFFLE-ENTERPRISE": {
"digest": "sha512:2948bd1779fe1c2b0b70de76220582d54bb59a2d9048c4a09d5148a7358014ae6484a373a1076f5dad7f861723981407ea48e247a6ef7d4659eef28ee9c86354",
Expand Down Expand Up @@ -141,7 +141,7 @@
"jdk.management",
"jdk.unsupported",
],
"requiresConcealed" : {
"requiresConcealed": {
"java.base": ["jdk.internal.module"],
},
"checkstyleVersion": "10.7.0",
Expand Down Expand Up @@ -271,7 +271,7 @@
"license": ["MIT"],
},

"SMALLTALK" : {
"SMALLTALK": {
"type": "pom",
"runtimeDependencies": [
"TRUFFLESQUEAK",
Expand All @@ -280,13 +280,13 @@
"description": "TruffleSqueak virtual machine for Oracle GraalVM",
"maven": {
"groupId": "de.hpi.swa.trufflesqueak",
"artifactId" : "smalltalk",
"artifactId": "smalltalk",
"tag": ["default", "public"],
},
"license": ["MIT"],
},

"SMALLTALK_COMMUNITY" : {
"SMALLTALK_COMMUNITY": {
"type": "pom",
"runtimeDependencies": [
"TRUFFLESQUEAK",
Expand All @@ -295,7 +295,7 @@
"description": "TruffleSqueak virtual machine for GraalVM CE",
"maven": {
"groupId": "de.hpi.swa.trufflesqueak",
"artifactId" : "smalltalk-community",
"artifactId": "smalltalk-community",
"tag": ["default", "public"],
},
"license": ["MIT"],
Expand Down Expand Up @@ -376,7 +376,7 @@
"sdk:POLYGLOT_TCK",
],
"testDistribution": True,
"maven" : False,
"maven": False,
},

"TRUFFLESQUEAK_TEST": {
Expand All @@ -396,7 +396,7 @@
"exclude": ["mx:JUNIT", "mx:HAMCREST"],
"distDependencies": ["TRUFFLESQUEAK"],
"testDistribution": True,
"maven" : False,
"maven": False,
},
},
}

0 comments on commit eb476b3

Please sign in to comment.