I do gradle wrapper only to get no gradlew or gradle/gradle-wrapper.jar

I do gradle wrapper only to get no gradlew or gradle/gradle-wrapper.jar
9 Replies
<Tim>
<Tim>•3y ago
so there is no working gradle wrapper? Then delete the builds, caches, dependencies manually and try to reimport? As long as the build.gradle is valid, you should be able to fix this
polyzium
polyziumOP•3y ago
I never did any java or android development Until I managed to find the gradle wrapper files in my homedir Lmfao Still complaining about the plugin. Jeez.
keith
keith•3y ago
Hello. I have some TypeScript code and I'm trying to rewrite it in java, however I don't exactly know how.
interface Connections {
targets: { [id: string]: Neuron };
weights: { [id: string]: number };
}
interface Connections {
targets: { [id: string]: Neuron };
weights: { [id: string]: number };
}
that is the code basically what it means is that the targets property can have a list of objects in sdie where the key is a string and the value is of the Neuron class @<Tim>?
<Tim>
<Tim>•3y ago
what you describe sounds like a Map<String, Neuron> targets = new HashMap<>(); But I will have abother look at it tomorrow, going to sleep now 💤
keith
keith•3y ago
ok gn
<Tim>
<Tim>•3y ago
yup, my sleepy me wrote correct syntax :)
No description
Unknown User
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
<Tim>
<Tim>•3y ago
does the same happen if you run the application outside of eclipse? maybe check the JVM parameters set in eclipse And most importantly if you want further help: Can you share the exact error you're getting and share the code that causes the error.
Unknown User
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?